forked from loafle/openapi-generator-original
* feat (PHP LARAVEL) 8417: initial PHP-laravel codegen integration * feat (PHP LARAVEL) 8417: code review adjustments * feat (PHP LARAVEL) 8417: fix typos; add missing files; adjust readme for those unfamilar with laravel to get started quickly * feat (PHP LARAVEL) 8417: add sample petstore server * feat (PHP LARAVEL) 8417: adjust route service provdider and model generation
7 lines
167 B
PHP
7 lines
167 B
PHP
<?php
|
|
|
|
passthru("php artisan --env='testing' migrate:fresh");
|
|
passthru("php artisan --env='testing' db:seed");
|
|
|
|
require realpath(__DIR__ . '/../vendor/autoload.php');
|