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...
Then check your logs (app/storage/logs/laravel.log)
Probably ran out of memory. You can try increasing it in php.ini, your .htaccess file or at runtime....
Maybe you have a model Image.php with the classname Level instead of Image (accidentally copied it?)...
There is also a validation rule: http://laravel.com/docs/validation#rule-image
My laravel-cors library tries to handle this: https://github.com/barryvdh/laravel-cors You can also...
The Laravel portal for problem solving, knowledge sharing and community building.