Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimstack - Multi-Store E-commerce Platform

A powerful SaaS application for creating and managing multiple online stores built with Laravel and React.

Setup Instructions

Option 1: Web Installer (Recommended)

  1. Clone the repository
  2. Install dependencies:
    composer install
    npm install
    
  3. Copy .env.example to .env and configure your database
  4. Generate application key:
    php artisan key:generate
    
  5. Start the development server:
    php artisan serve
    npm run dev
    
  6. Visit your application URL - you'll be automatically redirected to the installer
  7. Or manually visit /setup to access the web installer
  8. Click "Install Application" to run migrations and seeders automatically

Option 2: Manual Installation

  1. Clone the repository
  2. Install dependencies:
    composer install
    npm install
    
  3. Copy .env.example to .env and configure your database
  4. Generate application key:
    php artisan key:generate
    
  5. Run migrations and seeders:
    php artisan migrate
    php artisan db:seed
    
  6. Start the development server:
    php artisan serve
    npm run dev
    

Web Installer Features

  • Automatic Installation: No need to run php artisan migrate manually
  • 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

Default Users

After running the seeders, you can log in with the following credentials:

Features

  • 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

Store Themes Available

  • Home & Accessories (Default)
  • Fashion & Apparel
  • Electronics & Technology
  • Beauty & Cosmetics
  • Jewelry & Accessories
  • Watches & Timepieces
  • Furniture & Interior
  • Cars & Automotive
  • Baby & Kids
  • Perfume & Fragrances

License

The Vimstack platform is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages