laravel dashui dashboard
1.0.0
First download the repository or clone the repository
Configure .env for database
composer install
npm install && npm run dev
Now run the migrations
php artisan migrate
php artisan db:seed --UserSeeder
Now, login to the Admin user using following credentials
[email protected]
password
Once logged in we can see below screen.
Now for user level, login to the User level using following credentials
[email protected]
password
Once logged in we can see below screen.