PHP code example of lushdigital / microservice-remote-models
1. Go to this page and download the library: Download lushdigital/microservice-remote-models library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lushdigital / microservice-remote-models example snippets
$app->register(LushDigital\MicroServiceRemoteModels\RemoteModelServiceProvider::class);
// Uncomment the line below to enable Facade support.
$app->withFacades();
// Uncomment the line below to enable Eloquent ORM support.
$app->withEloquent();
// Add the line below to load database config. This is