2017 © Pedro Peláez
 

vcs slim-skeleton

slim project with twig

image

sharminex81/slim-skeleton

slim project with twig

  • Thursday, July 12, 2018
  • by shantaex81
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

slim-project

This is a slim skeleton with twig template and eloquent ORM. Using this you can make your web application., (*1)

Installation

Please install this project using composer. Run the following composer command to install this project, (*2)

  composer create-project sharminshanta/slim-skeleton

Configuration

After installing this project, run the following command to permit this project in your development environment., (*3)

  sudo chmod 777 -R slim-skeleton

After permission, run the 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., (*4)

Run this project in the browser

To run this project in the browser, run the following command in your terminal. Make sure you are in the right directory. bash php -S 0.0.0.0:8000 -t public, (*5)

Contributors

Feel free to contribute to this library. Add your own provider and send a pull request., (*6)

Issue

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

The Versions