PHP code example of phpsa / laravel-filemaker-api

1. Go to this page and download the library: Download phpsa/laravel-filemaker-api 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/ */

    

phpsa / laravel-filemaker-api example snippets


use Phpsa\LaravelFilemakerApi\Facades\LaravelFilemakerApi;


LaravelFilemakerApi::layout_name->query();
LaravelFilemakerApi::layout('layout_name')->query()
bash
php artisan vendor:publish --provider="Phpsa\LaravelFilemakerApi\ServiceProvider" --tag="config"