PHP code example of am2studio / laravel-finite
1. Go to this page and download the library: Download am2studio/laravel-finite 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/ */
am2studio / laravel-finite example snippets
AM2Studio\LaravelFinite\LaravelFiniteServiceProvider::class,
'Finite' => AM2Studio\LaravelFinite\FiniteFacade::class,
php artisan vendor:publish --provider="AM2Studio\LaravelFinite\LaravelFiniteServiceProvider" --tag="migrations"
php artisan migrate
use AM2Studio\LaravelFinite\Traits\LaravelFiniteTrait;
use LaravelFiniteTrait;
config/app.php