Listashop is a free open-source e-commerce platform written in PHP based on Laravel.
Use the package manager composer to install.
1. Clone the repo and cd into it
2. composer install
3. Rename or copy .env.example file to .env
4. Run php artisan key:generate
5. Run php artisan migrate --seed
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.