irsyadulibad/slim-boilerplate

Slim PHP Framework Boilerplate

dev-main 2022-10-02 01:11 UTC

This package is auto-updated.

Last update: 2024-04-30 00:47:40 UTC


README

Slim Framework boilerplate, start project with ORM, dotenv support, and some magic features.

List of Packages

Here is a list of packages used in this boilerplate:

  • Slim v4
  • PHP-DI Slim Bridge
  • Symfony Console
  • Eloquent ORM
  • DotENV
  • Latte View Engine

Installation & Setup

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

Notes

  • For the ORM Documentation, see at laravel docs
  • For the Latte usage and documentation, check here at latte docs