2017 © Pedro Peláez
 

library productcrud

Product CRUD

image

giaphiep/productcrud

Product CRUD

  • Sunday, March 18, 2018
  • by giaphiep
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 30 % Grown

The README.md

Admin template, (*1)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

  1. 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,
  1. 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)

The Versions