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
Requires
- php: >=7.1
- badcow/lorem-ipsum: ^1.1
- laborci/phlex: dev-master
- phpmailer/phpmailer: ^6.0
- riimu/kit-phpencoder: ^2.3
- zeptech/annotations: ^1.1
This package is auto-updated.
Last update: 2019-12-26 15:20:42 UTC
README
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!
-
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!
- 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)
- Test http://www.yourawesome.com and http://admin.youravesome.com in your browser!
Read the documentation at https://github.com/laborci/phlex/wiki