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"...
If you need only one value, then instead ->get() put ->first()
willrowe said: You should not be caching restricted pages on the server side, it is very insecure a...
Eventually I removed all local changes and uploaded again, now it's fine.
I believe I came up with similar solution like yours: $exists = false; foreach (Auth::user()->...
codeATbusiness said: Hi, You could use the following custom method: public function scopetagOf($que...
The Laravel portal for problem solving, knowledge sharing and community building.
The community