lovecoding / slem-starter
A template starter structure for Slim 3.x Framework (which build in MVC architecture)
v3.0.3
2019-01-16 09:34 UTC
Requires
- illuminate/database: ^5.7
- illuminate/events: ^5.7
- monolog/monolog: ^1.23
- slim/http-cache: dev-master
- slim/slim: ^3.11
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^7.4
- robmorgan/phinx: ^0.10.6
- symfony/var-dumper: ^4.1
README
A template starter structure for Slim Framework (php)
Installation
composer create-project lovecoding/slem-starter myproject
What's this all about then?
The simplest boilerplate for getting started on a new Slim adventure.
How to configure template
Open .env in root myproject and edit it
Usage
You may quickly test this using the built-in PHP server:
$ cd myproject
$ php -S localhost:8080 -t public index.php