- Fix conflict in dashboard layouts #147.
- Replace vinkla/pusher with pusher/pusher-http-laravel.
- Add laravel v5.5 support.
- Fix the installation error.
-
Customize routes adding
scaffold
prefix (scaffold-dashboard, scaffold-users, . . ). -
Add fontawesome to buttons.
-
Add automatic package discovrey supporting laravel 5.5.
- Fix ManyToMany bug #112
- Models visualization through a graph presentation.
- Use Laravel v5.3 routes path by default.
- Views(index,create,edit,show) will be formatted properly among creating CRUD.
- (Entity/Model) layouts handle AdminLTE as well as dashboard.
- Views layouts will be published to your app under (/resources/views/scaffold-interface/layouts/).
- Fix error message (DeleteMessage).
- Pagination will be generated automatically.
- Enhance dashboard.
- Change lists method to pluck according to Laravel v5.2 and v5.3.
- Control panel lists all entities automatically.
- Fix OneToMany duplicated error.
- Fix ManyToMany stup.
Fix rollback problems.
Integrate Pusher websockets.
- Change lists method to pluck.
- Update vuejs from v1.0.24 to v1.0.26
- Add ManyToMany ralationships generator.
- Add timepstamps and softdeletes.
- Add a user interface dashboard with Bootstrap AdminLTE.
- Add user management system (user-role-permission) using laravel-permission.
- Use Laravel url() helper to generate urls into views.
- Enhance controller php styles.
- Enhance view html code style convention.
- Fix OneToMany select field bug 786e74.
- Added overiding foreignKeys convention f037165.
- Added Support for RDBMS (Mysql,Postgres,Sqlite).
- Allow to select others tables which not generated by scaffold-interface.
- Allow switching dev-env 10bfee31.