I'm trying to manipulate my views before they are sent to the browser. I found the Blade::extend met...
I'm a bit sad Laravel uses camelCase. Underscore makes so much more sense since it can be used in UR...
The laravel inliner linked above didn't work as expected. It has huge issues working with multiple C...
Have a look at View Composers, http://laravel.com/docs/responses#view-composers
We keep composer.lock in git and our when you start working you run a git pull, composer install and...
I don't like the flexibility, I think we should have conventions for these kinds of things. I'm curr...
I would suggest something like mina (https://github.com/nadarei/mina) for deployments. You should ne...
The Laravel portal for problem solving, knowledge sharing and community building.
The community