Skip to content

A template for bulding small-medius sites based on Slim Framework with Twig template system.

License

Notifications You must be signed in to change notification settings

adderpositive/base-template

Repository files navigation

Base template

A template for bulding small-medius sites based on Slim Framework with Twig template system.

TODO

  • base MVC concept
  • trailing in router patterns
  • i18n
  • db migration
  • .env config or something like that
  • csrf protection
  • add posibility to add global container's settings
  • /assets
  • make default structure of views

Migrations & seeds

Migration

Create new one: vendor/bin/phinx create <name>

Run: vendor/bin/phinx migrate

Seeds

Create new one: vendor/bin/phinx seed:create <name>

Run: vendor/bin/phinx seed:run

About

A template for bulding small-medius sites based on Slim Framework with Twig template system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published