This repo contains the source code of https://bajki-muza.pl, a knowledge base about audio tales recorded by Polskie Nagrania Muza.
Clone this repository and install it like you normally install Laravel application.
- Install dependencies (
composer install && pnpm install) - Copy
.env.exampleto.envand set environment variables - Set application key with
php artisan key:generate - Run database migrations (
php artisan migrate) - Start dev server with
composer dev
This application uses PHPUnit for testing and PHPStan for static analysis.
php artisan test --parallel # Tests
vendor/bin/phpstan analyze # Static analysis
vendor/bin/php-cs-fixer fix # Formatting


