Slim Framework boilerplate, start project with ORM
, dotenv
support, and some magic features.
Here is a list of packages used in this boilerplate:
- Slim v4
- PHP-DI Slim Bridge
- Symfony Console
- Eloquent ORM
- DotENV
- Latte View Engine
You need a composer and git for download and install the repository and all dependencies
git clone https://github.com/irsyadulibad/slim-boilerplate
composer install
After this repository is cloned and all dependencies have been installed, then copy the .env.example
file to .env
file.
cp .env.example .env
The application is ready to use, run php bolt serve
to start the development server
- For the ORM Documentation, see at laravel docs
- For the Latte usage and documentation, check here at latte docs