Looking to hire Laravel developers? Try LaraJobs
This package is not available.

base-laravel maintained by alexpitacci

Description
The Laravel Vue Admin Panel - Laravel Vue Admin Boilerplate.
Last update
2022/11/05 15:11 (dev-main)
License
Links
Downloads
6

Comments
comments powered by Disqus

Built with

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

Also Try

Screenshots

License

The Laravel framework is open-sourced software licensed under the MIT license.