Skip to content

SPA Admin panel which provides user, invitations, profiles and roles.

License

Notifications You must be signed in to change notification settings

SaintMiner/BreadPanel

Repository files navigation

Breadpanel

Breadpanel is the panel/dashboard which helps administrate users, roles, invitations and other modules.

Installing

# Clone the project
git clone https://github.com/SaintMiner/BreadPanel.git

# Open project with terminal and run composer
composer install

Don't forget about .env !!!

  • copy .env.example
  • rename .env.example copy => .env
  • configure .env
# Database migrations
php artisan migrate --seed

# Install dependency with NPM
npm i

# Develop
npm run dev # or npm run watch

# Serve
php artisan serve

Enjoy ^_^

Built with

  • Laravel - The PHP Framework For Web Artisans
  • Laravel Sanctum - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
  • spatie/laravel-permission - Associate users with permissions and roles.
  • VueJS - The Progressive JavaScript Framework
  • Vuetify - Vue UI Library

License

This project is licensed under the MIT License - see the LICENSE.md file for details.