Download the PHP package amranidev/scaffold-interface without Composer
On this page you can find all versions of the php package amranidev/scaffold-interface. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amranidev/scaffold-interface
More information about amranidev/scaffold-interface
Files in amranidev/scaffold-interface
Package scaffold-interface
Short Description A Smart CRUD Generator For Laravel
License MIT
Homepage http://github.com/amranidev/scaffold-interface
Informations about the package scaffold-interface
Features
-
Generate your models, views, controllers, routes and migrations just in a few clicks.
-
Models visualization through a graph presentation (New Feature).
-
Views scaffolding support Bootstrap and Materialize css.
-
Generate (OneToMany,ManyToMany) relationships including views and controllers.
-
Websockets using pusher notifications.
-
AdminLTE dashboard template with users management system (users-roles-permissions) using laravel-permission.
-
Softdeletes and timestamps.
-
A delete confirmation message.
-
Using an interface to design your table.
-
Rollback possibility.
- Generate CRUD for packages, see Lpackager, CRUD for packages/modules.
Installation
-
Run the following command:
composer require amranidev/scaffold-interface
-
Add the service providers to config/app.php:
-
Publish the assets in your application with:
php artisan vendor:publish
-
Run migrations:
php artisan migrate
-
Authentication scaffolding:
php artisan make:auth
- Add HasRole dependency to app/User.php:
Congratulations, you have successfully installed Scaffold Interface!
Detailed Documentation
Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests.
Author
Credits
- Athi Krishnan
- JeroenG
- All Contributors
Contact : [email protected]
All versions of scaffold-interface with dependencies
amranidev/ajaxis Version 3.0.*
spatie/laravel-permission Version ^2.7
pusher/pusher-http-laravel Version ^4.0.0
gajus/dindent Version 2.0.*