MarketPlace is a filemarket place where users can buy or sell files. Based on the development branch of the Laravel framework. (5.5). Redis database for jobs with a Laravel Horizon dashboard. Experiment the Bulma framework.
- Send emails and sms when a sale occured
- Show monthly and lifetime commission for the admin of the website
- Show monthly and lifetime earning for each users
- `git clone https://github.com/yovanoc/marketplace`
- `cd marketplace`
- `cp .env.example .env`
- `php artisan key:generate`
- Fill correctly the .env file with database, nexmo, stripe, pusher and other infos.
- Keep running a redis database and fill connection informations too.
- `composer install && composer update`
- `npm install && npm update`
- `npm run dev` for compiling assets (js & css)
- `php artisan migrate`
- Always keep running `php artisan horizon` for jobs
- Enjoy :)
This project take the same License as the Laravel framework. Is open-sourced software licensed under the MIT license.