This app is to test Laravel and asynchronous search on Youtube on server side
This app was built with:
- PHP 7
- Laravel 5.5
- Bootstrap 4
- Guzzle
Clone git repository
git clone https://github.com/juliano-barros/youtube_searcher.git
Install composer components
composer install
Install and compile webpack
npm install & npm run dev
Create .env file
php -r "file_exists('.env') || copy('.env.example', '.env');"
Generate laravel APP_KEY
php artisan key:generate
At the end of .env file you must fill an youtube key on APP_KEY_YOUTUBE const.
Ex.
APP_KEY_YOUTUBE=somevalidkeyhere