Skip to content

PHPBrickLayer/structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lay A Lite Php Framework

Lay A Lite Php Framework to get your project up and running.

PHP Version: 8.1 > Current Version: 1.0.0

Get Started

  1. Ensure you have at the latest specified version of php installed.
  2. Copy the _init-lay file to your server root directory or where you wish to initialize new projects using the command line.
  3. Open the script and replace the $default_lay_location variable with the path of the Lay package you cloned.
  4. To create a new project, open your command line app and type php _init-lay sample-project or use php _init-lay -h for help on how to use the script.
  5. When the script is done, you can open the project like a regular webserver project. Example: localhost/sample-project

Documentation

We wil begin creating officials documentations soon, please bear with us for the moment.

When that is ready, it'll be available at https://lay.osaitech.dev