PHP code example of bentonow / bento-statamic-sdk
1. Go to this page and download the library: Download bentonow/bento-statamic-sdk 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/ */
bentonow / bento-statamic-sdk example snippets
bash
php artisan vendor:publish --tag=bento-config
php artisan vendor:publish --tag=bento-statamic-assets
# (optional) if you wish to use a list of prebuilt bento events
php artisan vendor:publish --tag=bento-statamic-seeders
php artisan db:seed --class="Database\\Seeders\\Bento\\BentoFormEventsSeeder"