Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 607 Bytes

Listashop

Listashop is a free open-source e-commerce platform written in PHP based on Laravel.

Installation

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

Contributing

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.

License

MIT