Admin dashboard V8 HTML CSS JS Laravel 8
Step 1: Install Laravel 8
step: Install UI
Note:
composer require laravel/uiphp 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_version6
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.1DB_PORT=3306DB_DATABASE=your_dbDB_USERNAME=rootDB_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_version6/public/
0 Comments
CAN FEEDBACK
Emoji