izal / lshopify
Laravel电商管理包,类似于shopify
0.0.9
2022-06-26 20:08 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.0
- inertiajs/inertia-laravel: ^v0.5.4
- tightenco/ziggy: ^1.4
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/framework: ^8.54|^9.0
- phpunit/phpunit: ^9.3.3
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