Skip to content

Releases: codefyphp/skeleton

v2.0.2

18 Oct 18:53
v2.0.2
d10d5bb
Compare
Choose a tag to compare
  • Fixed missing token
  • Renamed GenerateEncryptionKey command
  • Added a default connection string to database config

v2.0.1

26 Sep 19:00
v2.0.1
a5fedc6
Compare
Choose a tag to compare

Features

Enhancements

  • Named routes
  • Removed unused JavaScript from views

v2.0.0

05 Sep 03:56
v2.0.0
7e45a1e
Compare
Choose a tag to compare

New Features and Enhancements

  • User session middleware
  • New auth config
  • Updated mailer config
  • Full user domain (model, domain events, repository, etc.)
  • Simple admin backend
  • Added middleware keys and base middleware to app config
  • New AdminController and routes

Full Changelog: https://github.com/codefyphp/skeleton/commits/v2.0.0

v1.0.6

31 Oct 16:06
Compare
Choose a tag to compare
  • feature: CSRF Middleware
  • feature: Cors Middleware
  • feature: Secure Headers Middleware
  • feature: HoneyPot Middleware
  • feature: Logger Middleware
  • feature: Middleware Service Provider
  • feature: Config files for middleware
  • feature: Option for setting base middleware in config/app.php
  • feature: Added config files for sessions and cookies
  • feature: Added csrf_field() function
  • fix: Filesystem configuration
  • fix: Missing strict type declaration
  • fix: Filecache saving in the correct directory
  • fix: Dynamic connection in bootstrap/phpmig.php

v1.0.5

24 Sep 23:24
Compare
Choose a tag to compare
  • Renamed App/Infrastructure/Http/Routers to App/Infrastructure/Http/Routes
  • Added new Value Objects
  • Added new routes config file
  • Updated README for completion

v1.0.4

22 Sep 17:42
Compare
Choose a tag to compare
  • Updated the logo in the readme
  • Added missing test script in composer.json
  • Added the new UlidCommand to app config
  • Added the new UuidCommand to app config

v1.0.3

22 Sep 17:40
Compare
Choose a tag to compare
  • Updated favicon
  • Updated documentation link in the readme
  • Added code image example in the readme

v1.0.2

19 Sep 16:21
Compare
Choose a tag to compare

Enhancement

  • Small change to app and phpmig configs.

v1.0.1

16 Sep 22:12
Compare
Choose a tag to compare

Addition

  • An example implementation of the EventStore interface using OrmBuilder Query Builder

Enhancement

  • Removed prefix from migrations

v1.0.0

11 Sep 03:28
Compare
Choose a tag to compare

First initial release of the starter app template for the CodefyPHP Framework.