it's a basic web application created with Laravel framework PHP.
Clone the repository [google youtube api] ([email protected]:osmaircoelho/google-youtube-api.git
)
-
Run
Composer update
-
Rename the file
.env.example to .env
-
Configuration Credentials Google, you can find it on the file .env
app_name='Aphix_software' client_id='your google client od' client_secret='your google client secret' api_key='your google api key'
- On the prompt
run php artisan serve
you will see this messageLaravel development server started: <http://127.0.0.1:8000>
- Open your browser and type
http://localhost:8000/search
The Laravel framework is open-sourced software licensed under the MIT license.