2017 © Pedro Peláez
 

library phlex-project

image

laborci/phlex-project

  • Thursday, May 3, 2018
  • by elvis
  • Repository
  • 2 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phlex project template

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!, (*1)

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

  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), (*4)

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

Read the documentation at https://github.com/laborci/phlex/wiki, (*5)

The Versions