Hello I have following structure Table categories Table posts Table category_post Table users Table...
I'm deploying my web app using Laravel Forge and BitBucket. Recently I was coding one part of my web...
Hello I made an app where users can upload images, and I want to restrict image dimensions to less t...
I'm creating an app where users can send messages to each other. These are my models and relationshi...
Hello I have two models, Post and Tag and they are connected like this: class Post extends Eloquent...
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.