scaffold-interface

所属分类:后台框架
开发工具:PHP
文件大小:68KB
下载次数:0
上传日期:2023-03-16 17:54:29
上 传 者sh-1993
说明:  一种用于Laravel的智能原油发生器
(A Smart CRUD Generator For Laravel)

文件列表:
LICENSE (1104, 2023-03-17)
composer.json (1446, 2023-03-17)
config (0, 2023-03-17)
config\config.php (3665, 2023-03-17)
database (0, 2023-03-17)
database\migrations (0, 2023-03-17)
database\migrations\2015_10_31_162633_scaffoldinterfaces.php (1268, 2023-03-17)
resources (0, 2023-03-17)
resources\assets (0, 2023-03-17)
resources\assets\css (0, 2023-03-17)
resources\assets\css\scaffold-interface-css (0, 2023-03-17)
resources\assets\css\scaffold-interface-css\main.css (404, 2023-03-17)
resources\assets\js (0, 2023-03-17)
resources\assets\js\scaffold-interface-js (0, 2023-03-17)
resources\assets\js\scaffold-interface-js\customA.js (377, 2023-03-17)
resources\assets\js\scaffold-interface-js\main.js (3528, 2023-03-17)
resources\assets\js\scaffold-interface-js\main2.js (400, 2023-03-17)
resources\assets\js\scaffold-interface-js\social.js (425, 2023-03-17)
resources\views (0, 2023-03-17)
resources\views\graph.blade.php (1646, 2023-03-17)
resources\views\scaffold.blade.php (3644, 2023-03-17)
resources\views\scaffoldApp.blade.php (13599, 2023-03-17)
resources\views\template (0, 2023-03-17)
resources\views\template\DeleteMessage (0, 2023-03-17)
resources\views\template\DeleteMessage\delete.blade.php (260, 2023-03-17)
resources\views\template\ManyToMany (0, 2023-03-17)
resources\views\template\ManyToMany\migration.blade.php (1044, 2023-03-17)
resources\views\template\ManyToMany\model.blade.php (899, 2023-03-17)
resources\views\template\controller (0, 2023-03-17)
resources\views\template\controller\controller.blade.php (7416, 2023-03-17)
resources\views\template\migration (0, 2023-03-17)
resources\views\template\migration\migration.blade.php (1477, 2023-03-17)
resources\views\template\model (0, 2023-03-17)
resources\views\template\model\model.blade.php (882, 2023-03-17)
resources\views\template\routes.blade.php (1311, 2023-03-17)
resources\views\template\views (0, 2023-03-17)
resources\views\template\views\bootstrap (0, 2023-03-17)
resources\views\template\views\bootstrap\create.blade.php (1322, 2023-03-17)
... ...

![Imgur](http://i.imgur.com/9PkXGOV.jpg) [![Gitter chat](https://img.shields.io/badge/chat-gitter-F50057.svg)](https://gitter.im/amranidev-scaffold-interface/Lobby) [![Build Status](https://travis-ci.org/amranidev/scaffold-interface.svg?branch=master)](https://travis-ci.org/amranidev/scaffold-interface) [![StyleCI](https://styleci.io/repos/45497055/shield?style=flat)](https://styleci.io/repos/45497055) [![Built For Laravel](https://img.shields.io/badge/built%20for-laravel-blue.svg)](http://laravel.com) [![Total Downloads](https://poser.pugx.org/amranidev/scaffold-interface/downloads)](https://packagist.org/packages/amranidev/scaffold-interface) [![Latest Stable Version](https://poser.pugx.org/amranidev/scaffold-interface/v/stable)](https://packagist.org/packages/amranidev/scaffold-interface) [![Latest Unstable Version](https://poser.pugx.org/amranidev/scaffold-interface/v/unstable)](https://packagist.org/packages/amranidev/scaffold-interface) [![License](https://poser.pugx.org/amranidev/scaffold-interface/license)](https://packagist.org/packages/amranidev/scaffold-interface) ![Scaffold](http://i.imgur.com/65uhrP7.gif) ### 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](https://www.github.com/pusher). + AdminLTE dashboard template with users management system (users-roles-permissions) using [laravel-permission](https://github.com/spatie/laravel-permission). + Softdeletes and timestamps. + A delete confirmation message. + Using an interface to design your table. + Rollback possibility. + Generate CRUD for packages, see [Lpackager](https://github.com/amranidev/lpackager), [CRUD for packages/modules](http://amranidev.github.io/blog/site/crud-generator-for-packages/). ### Installation 1. Run the following command: `composer require amranidev/scaffold-interface` 2. Add the service providers to config/app.php: ```php Amranidev\ScaffoldInterface\ScaffoldInterfaceServiceProvider::class, Amranidev\Ajaxis\AjaxisServiceProvider::class, Spatie\Permission\PermissionServiceProvider::class, Pusher\Laravel\PusherServiceProvider::class, ``` 3. Publish the assets in your application with: `php artisan vendor:publish` 4. Run migrations: `php artisan migrate` 5. Authentication scaffolding: `php artisan make:auth` 6. Add HasRole dependency to app/User.php: ```php
近期下载者

相关文件


收藏者