LaravelPackages.net
Acme Inc.
Toggle sidebar
izal/lshopify

Laravel ecommerce admin package like shopify

23
1
0.0.9
About izal/lshopify

izal/lshopify is a Laravel package for laravel ecommerce admin package like shopify. It currently has 1 GitHub stars and 23 downloads on Packagist (latest version 0.0.9). Install it with composer require izal/lshopify. Discover more Laravel packages by izal or browse all Laravel packages to compare alternatives.

Last updated

LShopify (Laravel Ecommerce Admin Panel)

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

Comments