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...
So did you read the docs? http://laravel.com/docs/eloquent Once a model is defined, you are ready t...
Are you sure the HTML/CSS is correct? Dompdf isn't really good with complex layouts. An alternative...
The old forum had a notification e-mail for new replies. Hope that is integrated to this forum soon....
You shouldn't use Route::resource like that. You should use Route::get() (or post/any) Route::get('w...
The Laravel portal for problem solving, knowledge sharing and community building.