-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Trolezi edited this page Jul 15, 2024
·
19 revisions
Welcome to the laravel-app Wiki!
Follow the instructions bellow to get your application up and running.
- Build images
$ docker compose build
- Run the containers
$ docker compose up -d
- Finishing installation
$ chmod +x ./install.sh
$ ./install.sh
Commands must run inside the container.
Command | Description |
---|---|
composer phpcs | Runs PHP_CodeSniffer phpcs |
composer phpcbf | Runs PHP_CodeSniffer phpcbf |
composer test | Runs all tests |
composer test:coverage | Generates test coverage report |
composer swagger:generate | Generates OpenAPI documentation |