yanhaoli / create-twill-app
Create Twill application with no extra setup
1.0.8
2020-04-02 11:20 UTC
Requires
- php: ^7.2.9
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ^4.0|^5.0
- symfony/filesystem: ^4.0|^5.0
- symfony/finder: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
This package is auto-updated.
Last update: 2025-03-19 23:56:11 UTC
README
Create Twill application using one command.
Usage
Make sure to place composer's system-wide vendor bin directory in your $PATH
composer global require yanhaoli/create-twill-app:"1.0.*"
create-twill-app new blog
once server started, use http://localhost:8000/admin to access Twill's admin UI.
Contributing
If something doesn’t work, please file an issue.