This is a small standalone PHP project that implements Laravel's Blade templating engine. With file routing
- clone the repo
git clone https://github.com/trongio/standalone-blade.git
- go to downloaded folder
cd standalone-blade
- Install dependencies
composer install
- start the server
composer serve