Phlex project template
Installation
- Create the project:
composer create-project laborci/phlex-project **MyAwesome** --stability dev
cd MyAwesome
- Install dependencies:
npm insall
bower install
- Build frontend components:
npm run build
-
Create your mysql database for the project!, (*1)
-
Configure the environment:, (*2)
./phlex px:configure
This will create two files in the config folder and a .htaccess into the public folder. Include the config/local.conf into your apache's httpd.conf!, (*3)
- Initialize the application:
./phlex app:init
This command creates a user table into your database, and adds a user to it. (login: elvis@presley.com, password: vegas), (*4)
- Test http://www.yourawesome.com and http://admin.youravesome.com in your browser!
Read the documentation at https://github.com/laborci/phlex/wiki, (*5)