Admin template, (*1)
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*2)
Install
Via Composer, (*3)
``` bash
$ composer require giaphiep/productcrud, (*4)
## Usage
Method 1: Run
``` bash
$ php artisan productcrud:install
Method 2:, (*5)
- In configs/app.php file, add the following to the providers array (optional in version >= 5.5)
``` php
GiapHiep\Productcrud\ProductcrudServiceProvider::class,
Yajra\DataTables\DataTablesServiceProvider::class,
and in aliases array
``` php
'DataTables' => Yajra\DataTables\Facades\DataTables::class,
- Run commands to publish the package’s config and assets and database
``` bash
$ php artisan vendor:publish
$ php artisan migrate
3. Go to domain/product and check it.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*6)
Security
If you discover any security related issues, please email hiep.giapvan@gmail.com instead of using the issue tracker., (*7)
Credits
- [Giáp Hiệp][https://giaphiep.com]
License
The MIT License (MIT). Please see License File for more information., (*8)