1. Go to this page and download the library: Download qpi/laravel library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?phprequire_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
qpi / laravel example snippets
Navac\Qpi\QpiServiceProvider::class,
return [
/*
|--------------------------------------------------------------------------
| Qpi Models
|--------------------------------------------------------------------------
|
| The models listed here will be available for Qpi to make responses.
|
*/'models' => [
'user' => App\User::class,
'product' => App\Product::class,
]
];