izal / lshopify
Laravel ecommerce admin package like shopify
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:TypeScript
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: 2025-04-27 02:29:29 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