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...
Hi, you're using windows i presume? windows isn't case sensitive, therefore your model User and your...
Hello, you can access the authenticated user's data anytime by using something like Auth::user()->...
i'm currently researching for this also and found this https://medium.com/laravel-4/eaa550829538 hop...
if im not mistaken the 1st one change the content-type to json. while 2nd will still be html
what i mean is when i use ->links() if total page is <= 1 the pagination links wont appear
The Laravel portal for problem solving, knowledge sharing and community building.