Full Stack Development using PHP with Laravel
The purpose of this course is to learn a new PHP framework and use it efficiently to build an eCommerce web application. And also learn how a system consisting of a web application with a backend will be designed and implemented using a modern MVC framework.
Blogs for Full Stack Development using PHP with Laravel, Topic Laravel New Release Notes
Laravel 7 continues the improvements made in Laravel 6.x by introducing Laravel Sanctum, routing speed improvements, custom Eloquent casts, Blade component tags, fluent string operations, a developer focused HTTP client, first-party CORS support, improved scoping for route model binding, stub customization, database queue improvements, multiple mail drivers, query-time casts, a new artisan test command, and a variety of other bug fixes and usability improvements
Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform.
Login to comment