2017 © Pedro Peláez
 

project crudbooster-custom

CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.

image

dev-roshan/crudbooster-custom

CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.

  • Tuesday, November 14, 2017
  • by dev-roshan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Welcome To CRUDBooster

CRUDBooster is CRUD Generator for laravel, with the most important features web application development. It's easy, flexible, and powerful., (*1)

System Requirement and Basic Technical Knowledge

  • Web Server as:
    • Apache 2.4.x or higher with rewrite engine on (mod_rewrite)
    • Nginx 1.11.x or higher
  • Database that laravel supports, actually can be:
    • MySQL
    • Postgres
    • SQLite
    • SQL Server
  • Composer
  • Laravel 5.3.x or higher
  • Php 5.6.x or higher and the extensions:
    • Mcrypt
    • OpenSSL
    • Mbstring
    • Tokenizer
    • FileInfo

How To Install

  1. Open the terminal, navigate to your project directory.
$ composer require crudbooster/custom
  1. Add the following class, to "providers" array in the file config/app.php
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,
  1. Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
  1. Run the following command at the terminal
$ php artisan crudbooster:install

Backend URL

/admin/login
  • default email : admin@admin.com
  • default password : 123456

What's Next

Table Of Contents

The Versions

14/11 2017

dev-master

9999999-dev

CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.

  Sources   Download

MIT

The Requires

 

by Avatar roshan

laravel crud generator crudbooster