Lunar is an open-source e-commerce package for Laravel, giving you the backend power of platforms like Shopify for your custom storefront. It uses familiar Laravel concepts and offers features like product management, orders, channels, and more.
- Clone Project
git clone --depth=1 https://github.com/lunarphp/livewire-starter-kit.git
- Install Package
composer install
- Configure Environment
cp .env.example .env
- Migrate
php artisan migrate
php artisan lunar:install
php artisan db:seed
php artisan storage:link
- http://localhost:8000/hub username :
admin
password :admin
php artisan serve