Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...
There are a few methods in doing this: Static method in your model <?php namespace App; use Ill...
When you pass a variable to a view from a route or a controller, you can use that variable in all th...
public function getIndex() { $auth_return = $this->authorise('members.view'); if(!$auth_r...
try php artisan route:clear php artisan cache:clear
you could have a partial view with the common input for create and edit http://laravel.com/docs/5.1/...
The Laravel portal for problem solving, knowledge sharing and community building.
The community