This project is built in PHP using Laravel framework. To entertain users by videos on demand.
- Upload/Download Video
- Email Alert
- Three user system
- Live/Draft
- Feedback
- Reset password via email
- Profile
- Payment
Note: If you receive and error while installation below run composer update instead of composer install also run php artisan key:generate
https://github.com/tusharslife/Vdirect.git
Edit example.env to .env
Put your db username and password here with DB_DATABASE=vdirect
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=vdirect
DB_USERNAME=root
DB_PASSWORD=
MAIL_DRIVER=smtp
MAIL_HOST=[YOUR HOSTNAME example:mtp.googlemail.com]
MAIL_PORT=[YOUR MAIL PORT]
MAIL_USERNAME=[YOUR USERNAME]
MAIL_PASSWORD=[YOUR PASSWORD]
MAIL_ENCRYPTION=[YOUR MAIL ENCRYPT METHOD]
composer install
npm install
npm run dev
php artisan migrate:fresh
php artisan db:seed
php artisan serve