How to make Auth in laravel custom and default auth?



Laravel is a powerful and advanced label framework of php, if you are new in php, you can facing problem to make authentication. i am sowing some steps to make default and custom auth in laravel.

Some steps to create laravel application and make default auth:


  1. To install new laravel project:
    • laravel new blog
  2. after install new laravel application
    • cd blog
    • php artisan make:auth
  3. Configure database, then 
    • php artisan migrate
  4. To start the laravel server:
    • php artisan serve
  5. after migrating you have created user,password_reset and migration table.
Now go to browser and hit url http://127.0.0.1:8000

No comments

Powered by Blogger.