atphp / drilex
2.0.x-dev
2015-07-21 03:52 UTC
Requires
- php: >=5.5
- doctrine/cache: ~1.4.1
- psr/log: ~1.0.0
- silex/silex: 2.0.*@dev
- twig/twig: ~1.18
Requires (Dev)
- monolog/monolog: ~1.13.1
- symfony/var-dumper: ~2.7.0
This package is auto-updated.
Last update: 2024-10-12 20:11:59 UTC
README
Drilex is a Silex starter project which use Drupal as backend to manage user and content.
This is being developed, not ready for production yet.
Install
git clone git@github.com:atdrupal/drilex.git drilex cd drilex composer install # Update config.php to include Drupal connection params
Usage
-
Start the testing server
php -S localhost:8888 -t public/
-
Then you can login with your account in Drupal CMS: /user/login
-
The entity is accessible: /node/1
-
Logout: /user/logout