21/07
2015
2.0.x-dev
2.0.9999999.9999999-dev
MIT
The Requires
The Development Requires
Drilex is a Silex starter project which use Drupal as backend to manage user and content., (*1)
This is being developed, not ready for production yet., (*2)
git clone git@github.com:atdrupal/drilex.git drilex cd drilex composer install # Update config.php to include Drupal connection params
Start the testing server, (*3)
php -S localhost:8888 -t public/
, (*4)
Then you can login with your account in Drupal CMS: /user/login, (*5)
MIT