I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
There should be no difference between mocking facades using $this->action and $this->call All...
To cache the request everywhere without modifying existing code create a new auth driver that wraps...
You can include regular functions. Laravel does it for their helpers. See http://laravel.com/api/sou...
I'm assuming you have a many to many relationship with a pivot table in the middle. Make sure you ad...
mabasic said: And how do you include those files in your layout? Is it better to include all assets...
The Laravel portal for problem solving, knowledge sharing and community building.