laborci/phlex-project

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-11-26 12:46 UTC

This package is auto-updated.

Last update: 2019-12-26 15:20:42 UTC


README

Installation

  1. Create the project:
composer create-project laborci/phlex-project **MyAwesome** --stability dev
cd MyAwesome
  1. Install dependencies:
npm insall
bower install
  1. Build frontend components:
npm run build
  1. Create your mysql database for the project!

  2. Configure the environment:

./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!

  1. 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)

  1. Test http://www.yourawesome.com and http://admin.youravesome.com in your browser!

Read the documentation at https://github.com/laborci/phlex/wiki