GithubHelp home page GithubHelp logo

fikririf / dick_wam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nikolay200669/dick

0.0 1.0 0.0 8.14 MB

Build an admin panel fast - Laravel 5, Bootstrap, interface for CRUD, Backup, Auth, Media Manager

Home Page: http://usedick.com

License: GNU General Public License v3.0

PHP 6.23% JavaScript 66.43% ApacheConf 0.01% HTML 27.33%

dick_wam's Introduction

Dick - The Admin Panel Builder for Laravel

Project Status GitHub license GitHub issues

Dick helps you kickstart your Laravel project, providing baseline code and interface for what any/many projects will need:

  • CRUD interface (client-friendly GUI for managing entities using Eloquent, inspired by Grocery Crud for CodeIgniter);
  • Authentication, user, role and permission management (using Laravel Auth & Entrust);
  • Superadmin tools:
    • file & database backup;
    • log file viewer;
    • file manager;
    • settings manager;
  • Page Manager (create admin panels for all your pages, even if they need different types of fields or a different number of fields);

Example generated CRUD interface

Website: http://usedick.com

Documentation: http://usedick.com/docs

It's heavily opinionated and uses:

  • Laravel 5
  • Bootstrap 3
  • jQuery
  • AdminLTE theme

Installation

  1. Composer install

    composer install

  2. Like any Laravel 5 installation, run:

    chmod -R o+w storage chmod -R o+w vendor

  3. Run the migrations and seeds:

    php artisan vendor:publish --provider="Dick\Settings\SettingsServiceProvider"

    php artisan migrate

    php artisan db:seed


How to create a new CRUD Panel for an entity

  1. Generate a new resource controller in the command line:

php artisan make:controller ArticleController

  1. Modify the new controller to extend CrudController and delete or comment any methods you don't need.

  2. Create a model for your entity.

php artisan make:model Models/Article

  1. Create a route for it in routes.php:

Route::resource('article', 'ArticleController');

See detailed installation&use of the CRUD panel here: http://usedick.com/docs


Extra packages

Dick's extra functionality is separated into composer packages, that you may choose not to install:

Soon:

  • Dick\MenuManager - add, edit, delete interface for your front-side menu;
  • Dick\MultiLanguage - multi-language Eloquent models & multi-language routes system;

More details on http://usedick.com

dick_wam's People

Contributors

ghitu avatar noxify avatar tabacitu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.