sharminex81 / slim-skeleton
slim project with twig
Requires
- php: >=5.5.34
- hassankhan/config: ^0.11.2
- illuminate/database: ~5.2
- illuminate/events: ~5.2
- monolog/monolog: ^1.23
- phpmailer/phpmailer: ^6.0
- slim/flash: ^0.2.0
- slim/php-view: ^2.2
- slim/slim: ^3.9
- slim/twig-view: ^2.3
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-05-09 17:50:00 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