Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 953 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 953 Bytes

🎉 DEMO Laravel Lunar

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.

version rating uptime

🚀 Setup

  • 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

🏆 Run

php artisan serve