Slim Skeleton Mvc App Versions Save

This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.

2.0.1

5 years ago
  • Added public/.htaccess.dist.
  • Also added public/.htaccess to .gitignore-dist (which is used to generate the .gitnore for new projects) so that public/.htaccess will not be tracked by default in new projects. Obviously users can remove this line from their .gitignore when they create a new project.

1.0.15

5 years ago
  • Added public/.htaccess.dist.
  • Also added public/.htaccess to .gitignore-dist (which is used to generate the .gitnore for new projects) so that public/.htaccess will not be tracked by default in new projects. Obviously users can remove this line from their .gitignore when they create a new project.

2.0.0

5 years ago
  • Minimum requirement is now PHP 5.6+
    • Goal is to make this PHP 7.1+ once slim 4 is released and becomes the foundation for this package (would really have loved to make it PHP 7.2+ since PHP 7.1 will no longer continue to be supported after Dec 2019 and since most recent LTS server distros are shipping with PHP 7.2 by default now)

1.0.14

5 years ago

1.0.13

5 years ago
  • Updated documentation

1.0.12

5 years ago
  • Update composer-dist.json to be compatible with composer 2.0 and above.

1.0.11

5 years ago
  • Improved error messaging for missing env.php and app-settings.php. The error message is now also written to latest daily log file in ./logs

1.0.10

5 years ago

Tweaked ./public/index-dist.php to use \Slim3MvcTools\Controllers\BaseController::class for the default definition of S3MVC_APP_DEFAULT_CONTROLLER_CLASS_NAME

1.0.9

6 years ago

Updated $container['vespula_auth'] in ./config/dependencies-dist.php to set app specific key in $_SESSION for the session data for the vespula auth package.

1.0.8

6 years ago
  • Updated Quick Start Documentation and added comments to the dependencies file.