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...
Having it in Composer doesn't really hurt, unless for a few KBs in diskspace. You can just set the S...
First, try something like this: $html = \View::make('back.sales.receipt', $data); return $html; And...
I have also created package that wraps Wkhtmltopdf: https://github.com/barryvdh/laravel-snappy (And...
Cookies are always saved on the users computer ;) But to be clear, the OP doesn't want to share his...
I don't think this is currently possible, without extending/changing the Guard class. This is done f...
The Laravel portal for problem solving, knowledge sharing and community building.