https://github.com/yanhao-li/create-twill-app
Create a new Twill app in one line
https://github.com/yanhao-li/create-twill-app
cms laravel twill
Last synced: 6 months ago
JSON representation
Create a new Twill app in one line
- Host: GitHub
- URL: https://github.com/yanhao-li/create-twill-app
- Owner: yanhao-li
- License: mit
- Created: 2019-01-07T21:51:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:18:49.000Z (about 3 years ago)
- Last Synced: 2025-07-23T22:05:26.744Z (11 months ago)
- Topics: cms, laravel, twill
- Language: PHP
- Homepage: https://twill.io
- Size: 37.1 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-twill-app
Create [Twill](https://twill.io/) application using one command.
## Usage
Make sure to place composer's system-wide vendor bin directory in your $PATH
```sh
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](https://github.com/yanhao-li/create-twill-app/issues/new).