File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You need to create an application and create your access token in the [developer
1111
1212Run in console below command to download package to your project:
1313```
14- composer require alaouy/youtube --prefer-dist dev-master
14+ composer require alaouy/youtube --prefer-dist 1.*
1515```
1616
1717## Configuration
@@ -28,7 +28,7 @@ Do not forget to add also Youtube facade there:
2828
2929Publish config settings:
3030```
31- php artisan vendor:publish
31+ $ php artisan vendor:publish
3232```
3333
3434Set your Youtube API key in the file:
@@ -50,7 +50,7 @@ Do not forget to add also Youtube facade there:
5050
5151Publish config settings:
5252```
53- php artisan config:publish alaouy/youtube
53+ $ php artisan config:publish alaouy/youtube
5454```
5555
5656Set your Youtube API key in the file:
You can’t perform that action at this time.
0 commit comments