Giter Site home page Giter Site logo

arissetyawan / crudbooster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crocodic-studio/crudbooster

0.0 1.0 0.0 31.27 MB

Laravel + CRUD Generator Package, Make a Web Application Just In Minutes, With Less Code and Less Step !

Home Page: http://crudbooster.com

PHP 4.14% JavaScript 56.13% CSS 12.31% HTML 27.42%

crudbooster's Introduction

CRUDBOOSTER - Laravel CRUD Generator

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads Twitter

Laravel CRUD Generator, Make a Web Application Just In Minutes, Even With Less Code and fewer Steps !

CRUDBooster is Laravel Framework that modified to bring a lot of features to develope a web application so simply. One of main feature is Smart CRUD Generator, so CRUDBooster will be create a module automatically included Create, Read, Update, Delete standard function. And CRUDBooster is not usual CRUD Generator,you will get a lot of new experience with a new concept. CRUD Booster is dedicated to those who already understand the basic laravel. We do not recommend for those of you who have never used laravel altogether.

System Requirement

  • PHP >= 5.6.x, PHP <= 7
  • Mcrypt PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation For Laravel 5.x

1. Install via composer

composer require crocodicstudio/crudbooster

2. Add Dependencies Package to Service Provider (config/app.php)

Barryvdh\DomPDF\ServiceProvider::class,
Collective\Bus\BusServiceProvider::class,
Maatwebsite\Excel\ExcelServiceProvider::class,
Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,

3. Add Bellow Facades to (config/app.php)

'PDF' => Barryvdh\DomPDF\Facade::class,
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
'Image' => Intervention\Image\Facades\Image::class,

4. Publish Configuration and Databases

php artisan vendor:publish

Then

php artisan vendor:publish --force --provider="crocodicstudio\crudbooster\CRUDBoosterServiceProvider"

5. Migrating and Seeding the Core Database of CRUDBooster

php artisan migrate --seed

6. Testing

Try to login at /admin
default username : [email protected]
default password : 123456

Update Guide

To update CRUDBooster, "composer require crocodicstudio/crudbooster"
After update the CRUDBooster don't forget to re-publish configuration (Step 4)
and re-migration & seeding (Step 5) to make sure any update work properly.

DOCUMENTATION

The complete documentation can be found at : http://crudbooster.com/page/documentation

SUPPORT AND CONTRIBUTION

All of issues and new feature request, please create an issue or pull request at GitHub, please do not send an email or Private Message to us.

UPDATE

Please stay to check, if you have fork CRUDBooster, please always update.

CREDITS

  1. Laravel Export HTML to Excel by Maatwebsite
  2. Laravel DOM PDF by Barryvdh
  3. Admin Theme by AdminLTE Almsaeed Studio
  4. Laravel Framework by Taylor Otwell

crudbooster's People

Contributors

fherryfherry avatar harimayco avatar rikiarofiq 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.