Skip to content

elgamine-dev/crudbooster

 
 

Repository files navigation

CRUDBOOSTER - Laravel CRUD Generator

AUR

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

Currently Based on Laravel 5.0

  • PHP >= 5.4, PHP < 7
  • Mcrypt PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation

Please following these instructions for fresh installation :

1. Download from github
2. Create folder in your htdocs, and extract
3. Create an empty database at your PHPMYADMIN
4. Setting database configuration at file .env
5. Open Command Prompt at your project, Run "php artisan migrate --seed"
6. Run "php artisan serve"
7. Try go to "http://localhost:8000/admin"
8. Login with default login "u : [email protected], p : 123456"

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

About

Laravel CRUD Generator, Make an Advanced Web Application Quickly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.4%
  • HTML 20.5%
  • PHP 13.1%
  • CSS 8.0%