After dowloading, run the command below, it will directly install the dependencies for composer and NPM and will also create the .env
file and generates de app key.
npm run setup
php artisan migrate
The seeder will store some base data to the database
php artisan db:seed
npm run dev || npm run watch
php artisan serve
When you run the seeder it will insert 4 users by default according to their respective role in the database and you will be able to log in to each of them with the following credentials.
Code | Password |
---|---|
ADMIN | admin |
SECRETARIA | secretaria |
DOCENTE | docente |
ALUMNO | alumno |
Authors: Miguel Ardón, Kevin Chacón, Fredy Alvarez, Cesar Escobar. 2022. Laravel MIT license.