Log in with the Laravel 8 admin dashboard
Step 1: Install Laravel 8
step: Install UI
Note:
composer require laravel/ui
php artisan ui vue --auth
First, install a new Laravel app just running the below command in your terminal.
composer create-project --prefer-dist laravel/laravel dashboard_version
Step 2: Update Your Database Credentials
After that update your database credentials in your .env file which is located in your project root.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db
DB_USERNAME=root
DB_PASSWORD=#your database password
Step 3: Make Migration
After adding the migration file now run the migrate command.
php artisan migrate
Step 4: Run Development Server
After successfully updating all run the development server just adding the below command in the terminal.
php artisan serve
After this go to the browser and check using the login page.
http://localhost/dashboard_version/public/
1 Comments
Hi Soengsouy,
ReplyDeleteThis is excellent work, Thanks for posting it out.
Can i use this as a reference template for my academic Project work with credit reference ?
Thanks!
CAN FEEDBACK
Emoji