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-07-04 18:29:46 UTC
README
This is a slim skeleton with twig template and eloquent ORM. Using this you can make your web application.
Installation
Please install this project using composer
. Run the following composer command to install this project
composer create-project sharminshanta/slim-skeleton
Configuration
After installing this project, run the following command to permit this project in your development environment.
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.
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.
php -S 0.0.0.0:8000 -t public
Contributors
Feel free to contribute to this library. Add your own provider and send a pull request.
Issue
If you have any issue, please write an issue in https://github.com/sharminshanta/slim-skeleton/issues