Hey guys, How can i optimize this? I dont know how to explain well from dutch to english. With the f...
Hi Guys, My setter is not working: public function setStartDateAttribute($date) { if ($date) { $this...
Hey guys, im running the following Query: $user = User::where('active', '=', '1')->get(); Then in...
Guys, Im running Linux Ubuntu on my server, but i dont get clean URLs. My htaccess is laravels defau...
Guys, im having the following error on my laravel server. I cant figure it out whats the issue... An...
The package is designed for modulair web applications. The most of the routes will be through the da...
You can use a GUID/UUID, its a hash that is bound to a user. Dont use it for relations but i.e.: $us...
If you're going to create a API based application, you can use a index.html to render everything on...
Did you already took a look at Lumen? It should work perfectly in combination with Angular :)
ModestasV im using PHPStorm and PHPstorm does that automatically like you say. The thing is, using \...
The Laravel portal for problem solving, knowledge sharing and community building.