A powerful SaaS application for creating and managing multiple online stores built with Laravel and React.
- Clone the repository
- Install dependencies:
composer install npm install - Copy
.env.exampleto.envand configure your database - Generate application key:
php artisan key:generate - Start the development server:
php artisan serve npm run dev - Visit your application URL - you'll be automatically redirected to the installer
- Or manually visit
/setupto access the web installer - Click "Install Application" to run migrations and seeders automatically
- Clone the repository
- Install dependencies:
composer install npm install - Copy
.env.exampleto.envand configure your database - Generate application key:
php artisan key:generate - Run migrations and seeders:
php artisan migrate php artisan db:seed - Start the development server:
php artisan serve npm run dev
- Automatic Installation: No need to run
php artisan migratemanually - Update Detection: Automatically detects when new migrations are available
- One-Click Updates: Update database schema with a single click
- Status Monitoring: Real-time installation and update status
- Error Handling: Clear error messages and troubleshooting guidance
After running the seeders, you can log in with the following credentials:
-
Super Admin:
- Email: superadmin@example.com
- Password: password
-
Admin:
- Email: admin@example.com
- Password: password
- Multi-Store SaaS Platform: Create and manage unlimited online stores from one dashboard
- Multiple Store Themes: Choose from 10+ professional themes (Fashion, Electronics, Beauty, Jewelry, Watches, Furniture, Cars, Baby & Kids, Perfume, Home & Accessories)
- Complete E-commerce Features: Product management, inventory tracking, order processing
- Payment Integration: Multiple payment gateway support for each store
- Customer Management: Manage customers, orders, and reviews across all stores
- Blog System: Built-in blog functionality for each store
- Subscription Plans: SaaS subscription management with different tiers
- Role-based Access Control: Admin, store managers, and customer roles
- Analytics Dashboard: Track performance across all stores
- Responsive Design: Mobile-first approach for all store themes
- Home & Accessories (Default)
- Fashion & Apparel
- Electronics & Technology
- Beauty & Cosmetics
- Jewelry & Accessories
- Watches & Timepieces
- Furniture & Interior
- Cars & Automotive
- Baby & Kids
- Perfume & Fragrances
The Vimstack platform is open-sourced software licensed under the MIT license.