A Laravel app to manage data for my CV and Portfolio websites via an admin panel built with Vue.js.
Run the setup command setup .env install composer / node dependancies.
composer run setupEdit the .env file and fill in values.
Run database migrations after filling in databse credentials.
php artisan migrateRun database seeder.
php artisan db:seedRun the app.
composer run devRunning unit tests.
php artisan testCheck code coverage.
php artisan test --coverageRunning PHPStan checks.
composer run phpstanRunning Lint checks.
composer run test:lintCurrent Laravel version is 12.