Just our own way brutal PHP framework. Maybe you like it or maybe not!
- Clone it
git clone https://github.com/sonyarianto/brutal-php-framework.git
- Go to the folder
cd brutal-php-framework
- Install project dependencies, make sure you already install Composer, how to install composer here
composer -vvv install
- Test with PHP development server
php -S 0.0.0.0:8000 -t public/
- Open from browser
http://localhost:8000
- That's it!