saptarshimondal/crudbooster

CRUDBooster Is CRUD Generator Based On Laravel To Make An Advanced Backend And API Easily

Installs: 146

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v6.0-beta.1 2019-10-10 09:18 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

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

Full Documentation Link - Here

Installation

System Requirements

These bellow are CRUDBooster system requirements

  • PHP version 7.3 or above
  • Laravel 7 or 8 (Recommended)
  • Composer
  • OPCache PHP Extension (Very Recommended!)
  • Memcached PHP Extension
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Mod Rewrite Enable for Apache

Composer

If you don't have a composer, please install it first. Click here to see the tutorial

Laravel

Laravel version must meet the requirement version (7 or 8). You need to install laravel first. Click here to see the tutorial

composer create-project laravel/laravel crudbooster

CRUDBooster

Point the directory at laravel root directory, and run the bellow command:

composer require saptarshimondal/crudbooster=dev-master

Create a new empty Database, and setting the .env file like bellow

DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

After installation has been finish, CRUDBooster needs to extract the asset, run the bellow command and follow the instruction:

php artisan crudbooster:install