Hello I created an application using Laravel 4 and one of mine users reported security issue. He act...
Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...
I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...
I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...
Hello I have this query: $galery = DB::table("galery") ->where("approved"...
Check scopes on this link: http://laravel.com/docs/eloquent#query-scopes This way you can query your...
alainbelez said: have you tried using create instead of insert? Create works, thank you
The Laravel portal for problem solving, knowledge sharing and community building.