In my app I'd like users to decide how they want to receive notifications (different channels and di...
Hi guys, So I am trying to run this complicated SQL query: $eastern_standings = DB::select(DB::ra...
How do I validate the $token against password_reminders if the token exist or before it's expired an...
Hi all, i'm using - map: laravel.dev to: /home/vagrant/www/laravel/public - map: stefa...
//do any one have any idea how to solve this advanced routeing problem // the foreach loop which is...
When I use , for example, User:all(); everything works and give me all records from table that conne...
Hi guys, I was wondering if it was possible to do a method in the model to get the url of the model?...
Hello all, i want to make a multilingual website based on format: http://www.com/en/contact (en...
The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...
I have a few things I want to clarify about about maintenance mode: existing web requests will kee...
From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...
I haven't had time to figure this out, but spent considerable time trying, being a "hobby"...
Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...
I am well into a project where I have a number of resource controllers. They have all been working p...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...
I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...
How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...
Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....
Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.