izal/lshopify

Laravel ecommerce admin package like shopify

Maintainers

Details

github.com/iZaL/lshopify

Source

Issues

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:TypeScript

0.0.9 2022-06-26 20:08 UTC

This package is auto-updated.

Last update: 2024-03-26 23:56:44 UTC


README

laravel E-commerce admin package that mimics shopify admin panel. The package is currently under development and deliberately named Lshopify just to give users idea that the admin panel mimics shopify admin panel. The name is subject to change once the package is stable.

The admin panel frontend is built with InertiaJS and ReactJS with Typescript.

#install the package through composer

composer require izal/lshopify

#in the config/app.php file add the following line

\IZal\Lshopify\Providers\LshopifyServiceProvider::class

# next run the following command
php artisan vendor:publish --provider="\IZal\Lshopify\Providers\LshopifyServiceProvider" 

after the above command is run, the following files will be created ####resources/views/lshopify.blade.php ####config/lshopify.php ####public/vendor/lshopify/app.css ####public/vendor/lshopify/app.js

now you can navigate to the following url http://yousite.test/store