Skip to content

3rgo/demo-laravel-precognitive

Repository files navigation

Laravel Logo

Démo Laravel Precognitive

Setup

  • Clone the repository
  • Install dependencies with composer install and npm run install
  • Setup the .env file by copying the .env.example file
  • Add your database connection parameters in the .env file
  • Generate the encryption key with php artisan key:generate
  • Apply the migrations and seed the database with php artisan migrate:fresh --seed
  • Run the frontend build with npm run dev (or npm run build)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages