Basically I just want url to switch language. For example when user visit follwing page. http://exap...
I am tring to build multi language site and I prefer to have language based url with get param inste...
Friend of mine in Japan created the package to extend existing Larave 4 to have add-on or extension...
I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...
you could try to use merger method. http://laravel.com/api/5.1/Illuminate/Database/Eloquent/Collecti...
You will need to learn how to use console for this kind of issue. I think there is issue with some s...
Could you explain me what you are trying to get? There is few things you need to read to write clean...
Have you look at query scope? http://laravel.com/docs/5.1/eloquent#query-scopes Video also able http...
Here is how I do. $statement = "ALTER TABLE quotations AUTO_INCREMENT = 1;"; DB::unprepare...
The Laravel portal for problem solving, knowledge sharing and community building.
The community