laravel-vue-admin-panel
laravel-vue-admin-panel copied to clipboard
Laravel Vue Admin panel
Laravel Vue Admin Panel
A Single page Vue admin panel for Laravel projects.
Built with
- Laravel 9
- spatie/laravel-permission
- Laravel Breeze
- Vue 3
- Tailwind CSS
- Inertiajs
- Admin One - Admin Dashboard
Installation
- To get started, you need to install Docker Desktop.
- You may run the following command in your terminal
- Windows open WSL2 Linux terminal. Docker Desktop WSL 2 backend
-
docker run --rm -v "$(pwd)":/opt -w /opt laravelsail/php81-composer:latest bash -c "composer create-project balajidharma/laravel-vue-admin-panel admin-app && cd admin-app && php ./artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium"
-
cd admin-app && ./vendor/bin/sail up
-
./vendor/bin/sail npm install
-
./vendor/bin/sail npm run dev
-
./vendor/bin/sail artisan migrate --seed --seeder=BasicAdminPermissionSeeder
- Now open http://localhost/
Super Admin Login
- Email - [email protected]
- Password - password
Also Try
Screenshots
License
The Laravel framework is open-sourced software licensed under the MIT license.