We have PHP 7 on the way. Laravel is quite ambitious when it comes to support for new PHP versions,...
I'm trying to load some view in Laravel 5.1 exception handler (/app/Exceptions/Handler.php). In my r...
I'd like to be able to have multiple dynamic routes that can interrupt each other. For example, I ha...
Guys, do you always use Controller suffix in controller classes names? I do, but I'm now thinking if...
I have a problem with php artisan app:name [name] command on fresh instance of Laravel 5.1. When I r...
Why do you pass DB::raw to your select() when all you select are fields? You can pass multiple argum...
I think it doesn't make sense for me. I want my site to have production environment set on the hosti...
@michael-hopkins, it's not what I'm looking for. I'd like views to be separated from outer modules,...
http://laravel.io/forum/01-31-2014-how-to-mark-up-forum-posts
You need to set your environment to local, like this: http://laravel.com/docs/configuration#environm...
The Laravel portal for problem solving, knowledge sharing and community building.