Create A Simple Laravel Admin Dashboard

·

1 min read

  1. Open your server site folder in the Code editor

    Also Open Terminal

    for example:

  2. Type cd folder_Name and click Enter button

    cd new-project

  3. Install Laravel breeze

    Type composer require laravel/breeze --dev and click Enter button

  4. open .env

    copy database name

  5. Create Database

  6. Open phpmyadmin pannel and check your database table

  7. Then install All
    php artisan breeze:install

    php artisan migrate

    npm install

    npm run dev

    *Install All Done and show your APP URL

  8. Reload your browser and You will see the following interface

  9. Reload your phpmyadmin pannel and You will see the following interface

    YOU ARE SUCCESSFULLY DONE THIS