appsinvest / laravel
The skeleton application for the Laravel framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 24 370
Language:Blade
Type:project
Requires
- php: ^8.3
- ext-bcmath: *
- ext-curl: *
- ext-http: *
- ext-redis: *
- ext-zlib: *
- laravel/framework: ^12.0
- laravel/horizon: ^5
- laravel/tinker: ^2.10.1
- softinvest/dbwrap: ^1.0
- softinvest/dto: ^1.0
- softinvest/http-response: ^1.0
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3
- darkaonline/l5-swagger: ^8.6
- fakerphp/faker: ^1.23
- larastan/larastan: ^3
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- nunomaduro/phpinsights: ^2.11
- phpstan/phpstan: ^2
- phpunit/phpunit: ^11.5.3
- slevomat/coding-standard: ~8.0
- squizlabs/php_codesniffer: ^3.10
README
About Laravel
https://github.com/laravel/laravel/blob/11.x/README.md
About this project
Contains docker with PHP8.3, nginx, redis, postgres, composer, swagger, laravel scheduler, laravel horizon, misc code quality tools, local deployment tools, CI rules
deploy the project locally with the following
make up
build swagger file (/api/documentation)
make openapi