CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
Laravel IDE Helper Generator Complete phpDocs, directly from the source This packages generates a...
HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...
Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...
Yes you can just use those functions/classes, Laravel is still just regular php :) I usually create...
I would stick to Laravel defaults to make it easier, and use the best practices from Laravel. So con...
This doesn't seem very safe. Your injecting that variable straight in the query, instead of binding...
If you save the page first, you can also place it in a folder with the same id, so you have uploads/...
Yes just cache your assets forever, and you will only have to load 1 file the first time, the other...
The Laravel portal for problem solving, knowledge sharing and community building.