guadin / pylon
There is no license information available for the latest version (dev-master) of this package.
dev-master / 0.1.x-dev
2018-09-08 12:37 UTC
Requires
- php: >=5.3.2
- klein/klein: dev-master
This package is auto-updated.
Last update: 2025-05-09 03:54:54 UTC
README
1- Install Framework
sudo composer.phar require klein/klein:"dev-master" guadin/pylon:"dev-master"
2- Install Libraries
go pylon/vendor/exlib
sudo composer.phar update
3- Install Admin Static Files
bower install adminbsb-materialdesign
4- Create Module
sudo command.php module test
5- Create Normal Controller
sudo command.php controller "module_name" "controller_name"
6- Create Admin Controller
sudo command.php acontroller "module_name" "controller_name"
7- Create index.php with these codes
require_once "vendor/guadin/pylon/pylon.init.php";
$Application = new Application();
$Application->Run();
Licence
The Pylon framework is open-sourced software licensed under the MIT license.