seatplus / core
SeAT fork to add the very special plus, to make seat even better.
Installs: 590
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- ext-json: *
- ext-redis: *
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.0
- laravel/tinker: ^2.8
- seatplus/web: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
README
This is the core package of Seatplus. It contains the basic functionality of the Seatplus ecosystem.
At its core it uses the Laravel framework.
These are the adaptions to the Laravel framework required for Seatplus.
Adaptions
- Trusted proxies are set to
*
inapp/Http/Kernel.php
to allow for reverse proxying. - config/logging.php is modified to use the
daily
driver for LOG_CHANNEL.