/logique

Primary LanguagePHP

Instalation

  1. Setup database in file .env
  • DB_CONNECTION=mysql
  • DB_HOST=127.0.0.1
  • DB_PORT=3306
  • DB_DATABASE=logique
  • DB_USERNAME=root
  • DB_PASSWORD=root
  1. running composer install
  2. running npm install
  3. running bower install
  4. running npm run dev
  5. running php artisan migrate
  6. running php artisan db:seed
  7. running php artisan key:generate
  8. running web with php artisan serve

If getting some errrors try to fix with running composer dump-autoload