iagapie / slim-skeleton
This package is abandoned and no longer maintained.
No replacement package was suggested.
Slim 4 Skeleton Application
1.0
2020-10-14 15:47 UTC
Requires
- php: >=7.4
- ext-json: *
- ext-xml: *
- doctrine/migrations: ^3.0
- monolog/monolog: ^2.1
- slim/psr7: ^1.2
- slim/slim: ^4.5
- symfony/config: ^5.1
- symfony/console: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/dotenv: ^5.1
- symfony/yaml: ^5.1
Requires (Dev)
- fzaninotto/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2021-11-22 00:22:02 UTC
README
Install
From directory in which you want to install your new application, run this command:
composer create-project iagapie/slim-skeleton [app-name]
Replace [app-name]
with name of your new application. You'll want to:
- Point your virtual host document root to your new application's
public/
directory. - Ensure
var/logs/
andvar/cache/
is writable.
To run the application in development, you can run these commands
cd [app-name]
composer serve
To run the test suite:
composer test
License
The MIT License (MIT). Please see LICENSE for more information.