]> _ Git - cubist_cms-back.git/commit
wip #2783 @4
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 14:37:04 +0000 (16:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 14:37:04 +0000 (16:37 +0200)
commite352acc73e23cfc813ee041ae67584275d244b7c
tree58212a1a79045789d93963bd954f4e49278a28e9
parent91edd9d13319b831c920e10ac3a95185a6e0d481
wip #2783 @4
16 files changed:
src/CubistBackpackServiceProvider.php
src/app/Http/Controllers/CubistCrud.php [deleted file]
src/app/Http/Controllers/CubistModelCrudController.php [deleted file]
src/app/Http/Controllers/CubistModelFieldCrudController.php [deleted file]
src/app/Http/Controllers/CubistPageCrudController.php
src/app/Http/Requests/ModelRequest.php [deleted file]
src/app/Magic/Controllers/CubistMagicController.php [new file with mode: 0644]
src/app/Magic/CubistCrud.php [new file with mode: 0644]
src/app/Magic/CubistMagicAttribute.php [new file with mode: 0644]
src/app/Magic/Fields/CubistMagicField.php [new file with mode: 0644]
src/app/Magic/Models/CubistMagicModelAbstract.php [new file with mode: 0644]
src/app/Magic/Requests/CubistMagicRequest.php [new file with mode: 0644]
src/app/Magic/Requests/CubistMagicStoreRequest.php [new file with mode: 0644]
src/app/Magic/Requests/CubistMagicUpdateRequest.php [new file with mode: 0644]
src/app/Models/CubistModel.php [deleted file]
src/app/Models/CubistModelField.php [deleted file]