izal/lshopify

Laravel电商管理包,类似于shopify

维护者

详细信息

github.com/iZaL/lshopify

源代码

问题

安装: 19

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放性问题: 0

语言:TypeScript

0.0.9 2022-06-26 20:08 UTC

This package is auto-updated.

Last update: 2024-09-27 00:58:35 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" 

执行上述命令后,将创建以下文件 ####resources/views/lshopify.blade.php ####config/lshopify.php ####public/vendor/lshopify/app.css ####public/vendor/lshopify/app.js

现在您可以导航到以下URL http://yousite.test/store