Skip to content

Boilerplate Slim 3 includes controllers, models, middleware and other utilities. Adapted for MySQL

License

Notifications You must be signed in to change notification settings

juliandavidmr/Slim3-Boilerplate

Repository files navigation

Slim3-Boilerplate

Boilerplate Slim 3 includes controllers, models, middleware and other utilities. Adapted for MySQL.

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3 with the PHP-View template renderer. It also uses the Monolog logger.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Include

  • Browser detection
  • JWT: JSON Web Token implementation

Install

Clone

git clone https://github.com/juliandavidmr/Slim3-Boilerplate.git
cd Slim3-Boilerplate

Install packages

composer install
// or => php composer.phar start
  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writeable.

To run the application in development, you can also run this command.

php composer.phar start

Run this command to run the test suite

php composer.phar test

That's it! Now go build something cool.

Run

php -S localhost:8080 -t public

Do you have npm installed?

# Run server
npm start

# Test unit
npm run test

License MIT

About

Boilerplate Slim 3 includes controllers, models, middleware and other utilities. Adapted for MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published