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...
Why would you save the contents in the database? Just save the filename and use the filesystem to st...
I have this: https://github.com/barryvdh/laravel-elfinder Not sure if that is what you mean.
Looking at the code: https://github.com/heybigname/backup-manager/blob/master/src/Integrations/Larav...
See https://github.com/laravel/framework/issues/4721 define('STDIN',fopen("php://stdin",&q...
The error seems to suggest that it doesn't understand Traits (that's line 7 use MacroableTrait;), so...
The Laravel portal for problem solving, knowledge sharing and community building.