Build a Laravel 6 CRUD app with authentication

Click for: original source

Learn how to build and secure a travel manager CRUD application with Laravel 6.0. Author will walk through every step of building the application and then add authentication using Auth0. By Holly Lloyd, R&D Content Engineer.

In the era of hot new frameworks and languages being released all the time, mentioning you’re a PHP developer usually results in some side-eye. But modern PHP has changed a lot from where it was ten years ago. Performance has improved significantly, new features have been added, and awesome frameworks and packages are always being released.

The article then guides you through:

  • Prerequisites and installation
  • Creating routes
  • Creating the database
  • Creating the controllers
  • Creating Views with Blade
  • Adding authentication to your Laravel 6.0 Application

Auth0 comes with many authentication options, most of which you can enable with just a click from the dashboard. Includes universla login from a centralized authorization server, social login, multi-factor authentication, role management and more. Detailed article with all code examples included. Great!

[Read More]

Tags php web-development programming infosec