Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...
Hello I upgraded Ubuntu version from 13.10 to 14.04 and I copied complete folder for my application....
Hello I'm developing an application which have user area and admin area. I already created user area...
I'm trying to make simple example of reading data from multiple sources, storing that data in associ...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
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.