Hello I'm trying to make simple voting system. So when user click on specific button it should send...
Hello I installed CKEditor using composer, but now I don't know how to use since I can't find js fil...
Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
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.