Skip to content

Latest commit

Β 

History

History
25 lines (18 loc) Β· 1.45 KB

README.md

File metadata and controls

25 lines (18 loc) Β· 1.45 KB

Slice Framework

Splice is an open source project that teach how to build an framework with php. Its was used to teach junior developers to meet and build a demo of the MVC pattern in php. πŸ±β€πŸ’»

Get Started

Step 1. Set up the Development Environment

You need to set up your development environment before you can do anything. Install XAMPP and Git if they are not already on your machine.

Step 2. Clone this repository and open it in your favorite editor

  • Cloning repo
$ git clone https://github.com/overlineink/slice.git your-app-name

Next change to your app directirory and open it in your favorite editor. For this example, we'll use Visual Studio Code editor.

$ code .

Step 3. Modify the application's startup folder to the development pattern

  • Open config β†’ config.php
  • Change the PROOT value to /your-app-folder-name/

Step 4. Serve the application

Xampp Startup

Enjoy!! πŸ˜ƒ

Main screen