Skip to content

Repository files navigation

  1. Create .env file
php -r "file_exists('.env') || copy('.env.example', '.env');"
  1. Install packages
composer install
npm install
  1. Generate APP_KEY
php artisan key:generate
  1. Fill these fields in .env file to connect your DB

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

  1. Run migrations and seeders to fill DB with tables
php artisan migrate --seed
  1. Now run the following command to install shield:
php artisan shield:install

Choose yes to create super admin user

  1. Run project
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages