votintsev / laravel-public-seeding
Installs: 6 671
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Requires
- illuminate/http: >=5.8
- illuminate/support: >=5.8
Requires (Dev)
- mockery/mockery: ^1.4
- orchestra/testbench: ^5.3
- phpunit/phpunit: ^9.2
This package is not auto-updated.
Last update: 2024-11-12 00:24:41 UTC
README
// TODO: write readme
Add to bootstrap\app.php
if (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] === 'api.pm.e2e') { $app->loadEnvironmentFrom('.env.e2e'); }