Is a simple laravel with search functionality, with search query.
Clone the repository with git clone
Copy .env.example file to .env and edit database credentials there
Run composer install
Run php artisan key:generate
Run php artisan migrate:refresh
Run php db:seed
Free to re-use however you want.