Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jniyaz/ecommerce-multistore

A multi seller e-commerce laravel application
https://github.com/jniyaz/ecommerce-multistore

laravel livewire

Last synced: 3 months ago
JSON representation

A multi seller e-commerce laravel application

Awesome Lists containing this project

README

        

# Laravel Ecommerce Multi Seller Portal

- This application is being built using Laravel, Livewire, JavaScript, Bootstrap technologies.
- Demo: At present, this application has no demo web site, Install locally.

## Installation
1. Clone the repo and `cd` into it
1. `composer install`
1. Rename or copy `.env.example` file to `.env`
1. `php artisan key:generate`
1. Set your database credentials in your `.env` file
1. Set your `APP_URL` in your `.env` file. This is needed for Voyager to correctly resolve asset URLs.
1. `npm install` or `yarn`
1. `npm run dev` or `yarn dev`
1. `php artisan serve` or use `Laravel Valet` or `Laravel Homestead`
1. Visit `localhost:8000` or `localhost url` in your browser
1. Visit `/admin` if you want to access the Voyager admin backend. Admin User/Password: `[email protected]/12345678`.