ride / setup-project-cms
1.0
2016-04-26 18:41 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-13 00:41:22 UTC
README
This project contains the Ride base install script, which will help you when starting a new Ride project.
How does it work?
Make sure you have composer installed and run the following command:
composer create-project ride/setup-project-cms
What does it do?
- Select your locales
- Create a local parameters file with default connection parameters
- Create a local database
- Run
ORM define
andORM generate
after installation