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...
untested, but you can try something like this Series::where('series_id', '!=', 3)->products;
you don't access view file directly. you should access it via route. //in app/routes.php Route::get(...
@livana, how did you access activeSlug via view where did you place it?
if you need only one object, you don't need to call ->get(); $order = Order::whereAccountId(Auth:...
Hi atrakeur, artisan workbench alainbelez/package1 --resources artisan workbench alainbelez/package2...
The Laravel portal for problem solving, knowledge sharing and community building.