sharminex81/slim-skeleton

slim project with twig

v01 2018-07-12 11:26 UTC

This package is not auto-updated.

Last update: 2024-04-12 13:02:12 UTC


README

This is slim skeleton with twig template and eloquent ORM. Using this you can make your web application.

Installation

Please install this project with composer. Run the following composer command to install this project

  composer create-project sharminex81/slim-skeleton

Configuration

After install this project, run the following command to permit this project in your developemnt environment.

  sudo chmod 777 -R slim-skeleton

After permission, run this command composer install command in your terminal(Make sure you are in the right directory). And then copy the config.sample.php file and change that to config.php and provide the essential credentials to configure your project.

Run this project in browser

To run this project in browser, run the following command in your terminal. Make sure you are in the right directory.

   php -S 0.0.0.0:8000 -t public

Contributors

Feel free to contribute in this library. Add your own provider and send pull request.

Issue

If you have any issue, please write an issue in https://github.com/sharminshanta/slim-skeleton/issues