This application is a quick demo of laravel HTTP Client. It uses IGDB API to fetch data and populate the view accordingly. Technology Stack include Laravel, Livewire, Tailwind CSS and AlpineJS.
- Clone the repo and
cdinto it composer install- Rename or copy
.env.examplefile to.env php artisan key:generate- Add following two fields in
.envfile :IGDB_CLIENT_IDIGDB_AUTHORIZATION
php artisan serveor use Laravel Valet or Laravel Homestead- Visit
http://127.0.0.1:8000/in your browser