Skip to content

giaphiep/productcrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin template

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require giaphiep/productcrud

Usage

Method 1: Run

$ php artisan productcrud:install

Method 2:

  1. In configs/app.php file, add the following to the providers array (optional in version >= 5.5)
GiapHiep\Productcrud\ProductcrudServiceProvider::class,
Yajra\DataTables\DataTablesServiceProvider::class,

and in aliases array

'DataTables' => Yajra\DataTables\Facades\DataTables::class,
  1. Run commands to publish the package’s config and assets and database
$ php artisan vendor:publish
$ php artisan migrate
  1. Go to domain/product and check it.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email hiep.giapvan@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published