Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

0.3: Composer support, authentication and new features.

Pre-release
Pre-release
Compare
Choose a tag to compare
@skyronic skyronic released this 09 Dec 11:36
· 36 commits to master since this release

This is a beta release preparing for a semi-stable 0.5 release in next few weeks. The big change is that installation will be done via composer from now on, and not via the zip file.

Here's what's been added in the last 10 days:

  1. Login/Authentication
  2. A good Laravel integration system
  3. Initial work on generic MVC framework integration
  4. A 'read only' mode which will work well in conjunction with the login. You can have one user for read-only and one user for read-write.

More coming very soon, and these are what I hope to accomplish by 0.5, which will be released this month:

  1. Docs for all the features along with an updated, re-designed website
  2. A new "1 command" way to create a new crudkit project
  3. Laravel integration showcase
  4. Foreign key support which is one of the most crucial and long-standing features left to be implemented.