Sergio
Thierno
Franco
Cris
- git clone https://github.com/Broken-Lore/techManager.git
- git checkout master
- composer install
- create .env file (copying the content of .envexample and adding the name of the DB
- npm install
- npm run dev / npm run watch
- php artisan key:generate
- composer require laravel/breeze --dev
- php artisan breeze:install
- php artisan migrate