project crudbooster-custom
CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.
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
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
- Open the terminal, navigate to your project directory.
$ composer require crudbooster/custom
- Add the following class, to "providers" array in the file config/app.php
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,
- Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
- 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
dev-master
9999999-dev
CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.
Sources
Download
MIT
The Requires
by
roshan
laravel
crud
generator
crudbooster