https://github.com/avinashn/searchexamplelaravel
Search Functionality example in laravel.
https://github.com/avinashn/searchexamplelaravel
demo laravel php search
Last synced: about 1 year ago
JSON representation
Search Functionality example in laravel.
- Host: GitHub
- URL: https://github.com/avinashn/searchexamplelaravel
- Owner: avinashn
- Created: 2016-04-30T07:06:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T06:06:33.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T18:40:55.955Z (about 1 year ago)
- Topics: demo, laravel, php, search
- Language: PHP
- Homepage: https://justlaravel.com/search-functionality-laravel/
- Size: 453 KB
- Stars: 24
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Prerequisites
- After cloning this repository, go to the root folder, run the following command/s,
composer install
composer update - Rename .env.example to .env and provide your database details there.
- Run
php artisan key:generate
- Run
php artisan migrate
## Working Demo
You can see the demo of the project here
## Reference Post
http://justlaravel.com/search-functionality-laravel/