========================== This repo is base on PHP Endpoint Bootstrap
- Clone this repo
- run composer install
Create a file with name '.env' in your project root directory.
your app folder
php artisan db:seed
For all Faq
-
Optional Parameters
type and section
Example -
faq/v1/list?type=:type§ion=:section
For Faq By id
faq/v1/{id}
For Faq By Question
faq/v1/search?q=:keyword
All Faq result have paginate.Default is 15. If u want to change limit u can set
faq/v1/?per_page=3
and page too.
faq/v1/?page=4