cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Added option to set up db tables using phinx #546

Closed rotexdegba closed 1 year ago

rotexdegba commented 3 years ago

Added a phinx migration class file contain schema definitions that Sentinel users comfortable with phinx could use to set up the db tables required by sentinel. This method allows the users to be able to use other db engines like sqlite, PostgreSql and MS Sql Server with sentinel.