Stars: 114
Forks: 77
Pull Requests: 2
Issues: 7
Watchers: 6
Last Updated: 2021-12-04 04:41:00
Youtube clone made with Yii2 framework
License: BSD 3-Clause "New" or "Revised" License
Languages: Dockerfile, PHP, JavaScript, CSS, Batchfile, Shell
If you want to see working demo of the application click here
The minimum requirement by this project template is that your Web server supports PHP 5.6.0.
git clone [email protected]:thecodeholic/Yii2-Youtube-Clone.git [YourDirectoryName]
The command installs the project in a directory named YourDirectoryName
. You can choose a different
directory name if you want.
For this we need composer to be installed on our operating system. If you do not have Composer, follow the instructions in the Installing Yii section of the definitive guide to install it.
With Composer installed, navigate to the project folder from command line and run
composer install
Follow the steps from yii2 advanced template to prepare installation.
After doing all the steps from yii2 advanced template
open common/config/params-local.php
and add your frontend domain on key frontendUrl
.
Example:
return [
'frontendUrl' => 'http://frontend.test/'
];