dev-master
9999999-devReady to use, easy configuration Minion project
MIT
The Requires
The Development Requires
by Damian Szczerbiński
Ready to use, easy configuration Minion project
Basic Minion project for a nice start., (*1)
First, create project root directory. Then use Composer to create your new project.
Type in console (in your root directory) composer create-project dszczer/minion-project .
. Relax and wait to complete the process. This may take a while..., (*2)
NOTE: if you're not planning to use Propel ORM, simply skip this step., (*3)
If you want to use Propel, you need to compile your configuration. To do this type in console (beeing inside project root directory) ./bin/propel config:convert --config-dir /../vendor/dszczer/minion
.
IMPORTANT: if you do any change in your propel.php
file, you need to recompile Propel configuration. To do so type bin/console propel:config:convert
., (*4)
Set up your local web server (look here how to do this) and access it through web browser. Project homepage with a greeting should appear., (*5)
For full documentation go here., (*6)
Ready to use, easy configuration Minion project
MIT