Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jniyaz/ecommerce-multistore
- Owner: jniyaz
- Created: 2020-02-16T12:20:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:59:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T20:36:11.611Z (3 months ago)
- Topics: laravel, livewire
- Language: PHP
- Homepage:
- Size: 9.45 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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`.