tharasky/lic-ecommerce

This library for license installation in project

v2.0.1 2024-02-23 08:41 UTC

This package is auto-updated.

Last update: 2024-09-23 10:08:26 UTC


README

This is library for license installation in project

Composer

composer require tharasky/lic-ecommerce

Migrate Tables

create database name as strip_payment and run artisan command

php artisan migrate

Service Provider

In app.php include inside of provider

Tharasky\LicEcommerce\LicEcommerceServiceProvider::class,

Middleware

In kernal.php include inside of middlewareGroup

\Tharasky\LicEcommerce\Http\Middleware\ValidateLicEcommerce::class,

Composer

In kernal.php include inside of middlewareGroup

composer dump-autoload