alexpitacci/base-laravel

The Laravel Vue Admin Panel - Laravel Vue Admin Boilerplate.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

Type:project

1.0 2022-11-05 14:11 UTC

This package is not auto-updated.

Last update: 2024-05-05 19:31:08 UTC


README

A Single page Vue admin panel for Laravel projects.

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

184546912-efd044ad-cb66-4057-9eee-e9c53447763b.png

184546928-0de1d84a-4dd9-4f7b-a3ac-b848209d0aef.png

184547401-1c481008-e013-4ba0-b9a8-3eaf3ff7b9a1.png

184547433-25f6a5a6-4e53-4448-948a-82f18a58d84c.png

184547446-d482df44-0835-4a37-8482-83d5279269fb.png

184570672-6413384d-a5c4-461b-9c8e-d97ede29a21f.png

License

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