Support the ongoing development of Laravel.io →
monaye

monaye

Joined 5 Jan 2014

Statistics

Threads 4
Replies 9
Solutions 3
Articles 0
posted 10 years ago

Language switcher with URL helper route name

Basically I just want url to switch language. For example when user visit follwing page. http://exap...

0 Likes
0 Replies
posted 10 years ago

How can I add get param at end of url globally?

I am tring to build multi language site and I prefer to have language based url with get param inste...

0 Likes
1 Replies

Extension/Addons Architecture

Friend of mine in Japan created the package to extend existing Larave 4 to have add-on or extension...

0 Likes
1 Replies
posted 11 years ago

How to append hashtag(#) to end of url with Redirect

I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...

0 Likes
5 Replies
Solved
replied 10 years ago

How to merge Eloquent Collections

you could try to use merger method. http://laravel.com/api/5.1/Illuminate/Database/Eloquent/Collecti...

0 Likes
replied 10 years ago

Why my laravel website is pretty slow?

You will need to learn how to use console for this kind of issue. I think there is issue with some s...

0 Likes
replied 10 years ago

Problem with WhereIn in Eloquent ORM

Could you explain me what you are trying to get? There is few things you need to read to write clean...

0 Likes
replied 10 years ago

Working with timezones doing complex calculations

Have you look at query scope? http://laravel.com/docs/5.1/eloquent#query-scopes Video also able http...

0 Likes
replied 10 years ago

Reseeding MySQL index

Here is how I do. $statement = "ALTER TABLE quotations AUTO_INCREMENT = 1;"; DB::unprepare...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.