appstarter

CodeIgniter 4 app starter

MIT License

Downloads
1.3M
Stars
150
Committers
3

Bot releases are hidden (Show)

appstarter - CodeIgniter 4.1.6

Published by lonnieezell almost 3 years ago

CodeIgniter 4.1.6 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.1.5

Published by MGatner almost 3 years ago

CodeIgniter 4.1.5 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.1.4

Published by lonnieezell about 3 years ago

CodeIgniter 4.1.4 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/master/CHANGELOG.md

appstarter - CodeIgniter 4.1.3

Published by lonnieezell over 3 years ago

CodeIgniter 4.1.3 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.1.2

Published by lonnieezell over 3 years ago

CodeIgniter 4.1.2 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.1.1

Published by lonnieezell over 3 years ago

CodeIgniter 4.1.1 release.

Fixed an issue where .gitattributes was preventing framework downloads. See 4.1.0 for most recent notes.

appstarter - CodeIgniter 4.1.0

Published by lonnieezell over 3 years ago

CodeIgniter 4.1.0 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.0.5

Published by lonnieezell over 3 years ago

CodeIgniter 4.0.5 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.0.4

Published by lonnieezell over 4 years ago

CodeIgniter 4.0.4 release.

See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md

appstarter - CodeIgniter 4.0.3

Published by lonnieezell over 4 years ago

Bugfixes and enhancements, including:

  • The API Response Trait now only determines the final formatting (json/xml) through content negotiation when the controller's $format variable is null. If it contains either json or xml, then that format will always be returned.
  • Pagination now can actually create next page and previous page links, instead of next/previous groups of links.
  • Windows users wanting to build their own copy of the user guide locally can now use the included make.bat file.
  • Locale matching in the IncomingRequest class now works to match broad groups, like fr even when the browser only supplies a more specific locale code, like fr-FR.
  • Added the ability to have nested language defintions.
  • add ability to replace {locale} to request->getLocale() in form_open('action')
  • tables generated by CLI commands can now be colored.
appstarter - CodeIgniter 4.0.2 AppStarter

Published by lonnieezell over 4 years ago

Bugfix to enable appstarter repo to function properly on the cli.

appstarter - CodeIgniter 4.0.1 AppStarter

Published by lonnieezell over 4 years ago

Bugfix release to fix issue with /appstarter and /framework repo releases not getting correct version of Kint.

appstarter - CodeIgniter 4.0.0 AppStarter

Published by lonnieezell over 4 years ago

We finally made it to a final release of the rewritten framework.

appstarter - CodeIgniter 4.0.0-RC.4 AppStarter

Published by lonnieezell over 4 years ago

  • Fixed url systems so that it would work when system is served out of subfolders.
  • Added required insert ignore support for sqlite3 and mysql.
  • Add validation function is_not_unique
  • Various improvements and cleanup to the Email class
  • lots of small bugfixes and user guide updates
appstarter - CodeIgniter 4.0.0-rc.3 App Starter

Published by jim-parry almost 5 years ago

appstarter - CodeIgniter 4.0.0-rc.2 App Starter

Published by jim-parry about 5 years ago

appstarter - CodeIgniter 4.0.0-rc.1 App Starter

Published by jim-parry about 5 years ago

appstarter - CodeIgniter 4.0.0-beta.4 App Starter

Published by jim-parry about 5 years ago

appstarter - CodeIgniter 4.0.0-beta.3 App Starter

Published by jim-parry over 5 years ago

appstarter - CodeIgniter 4.0.0-beta.2 App Starter

Published by jim-parry over 5 years ago

Fix framework version dependency