Autor : Fernando Calmet
https://github.com/fernandocalmet
- Install Composer.
- Run the command
composer update
to install vendor dependencies. - Ensure that your
extension=pdo_mysql
extension in yourphp.ini
file is unmarked. - Create a copy of the
config.example.php
file from the boostrap folder (config.php
). - Configure your database in the
config.php
file. - Run the command
composer migrate
. - Configure your google captcha in the
config.php
file (reCaptcha V2). - Run the application with the command
composer start
.
- Dependency Injection
- Twig templates
- Eloquent ORM
- Easy form validation
- Phinx migrations
- Session based authentication
- CSRF protection middleware
- Config helper
- Symfony var dumper
- slim/slim
- slim/psr-7
- slim/twig-view
- slim/flash
- slim/csrf
- php-di/slim-bridge
- symfony/var-dumper
- robmorgan/phinx
- illuminate/database
- illuminate/validation
- google/recaptcha