alexpitacci / base-laravel
The Laravel Vue Admin Panel - Laravel Vue Admin Boilerplate.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.5.4
- laravel/framework: ^9.19
- laravel/sanctum: ^2.8
- laravel/tinker: ^2.7
- spatie/laravel-permission: ^5.5
- tightenco/ziggy: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.10
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- lucascudo/laravel-pt-br-localization: ^1.2
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is not auto-updated.
Last update: 2025-03-23 23:31:13 UTC
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.