alexpitacci/base-laravel
最新稳定版本:1.0
Composer 安装命令:
composer create-project alexpitacci/base-laravel
包简介
The Laravel Vue Admin Panel - Laravel Vue Admin Boilerplate.
README 文档
README
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 alexpitacci/base-laravel admin-app && cd admin-app && php artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium"cd admin-app./vendor/bin/sail pull mysql redis meilisearch mailhog selenium./vendor/bin/sail build./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 - superadmin@example.com
- Password - password
Also Try
Screenshots
License
The Laravel framework is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-05





