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...
escaping is making sure the content doesn't get executed, so instead of an image, you see `<img ....
That error seems to indicate that the CSRF filter. Are you sure you don't have a CSRF filter on your...
Maybe use {{ asset('filemanager1/klanten/'.$companyname.'/logo/logo.jpg') }}, that will generate an...
You can also just the unobtrusive jquery adapter: https://github.com/rails/jquery-ujs That looks for...
I usually do something like this: // routes.php Route::model('client', 'Client'); Route::model('deal...
The Laravel portal for problem solving, knowledge sharing and community building.