is laravel 5 compatble with PHP7? i have a centos 7 VM with NGINX and PHP7 installed, tried running...
i planned to create my own oauth server, do i still need to create a "User" model / databa...
whenever i access a model in service provider it returns an error: Call to a member function connect...
App::middleware('My\Middleware'); this doesn't work anymore.
url('auth/login') is this the only way to get the link to login page? is there a named route for it...
maybe you need to initialize it before using it. $user = User::find(10); $profile = $user->UserPr...
if i'm not mistaken, you can write the file anywhere that you have write access to. http://laravel.c...
not tested but you could try something like: $data = array( 'name' => Input::get('name'),...
you are missing the get method; try this: $tasks = $project->tasks()->where('is_closed', $clos...
zenry said: kguner said: composer update that's for updating laravel/framework, the skeleton need...
The Laravel portal for problem solving, knowledge sharing and community building.