PHP code example of scootersam / crud-models
1. Go to this page and download the library: Download scootersam/crud-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/ */
scootersam / crud-models example snippets
ScooterSam\CrudModels\ServiceProvider::class,
ScooterSam\CrudModels\Facades\CrudModels::class,
bash
php artisan vendor:publish --provider="ScooterSam\CrudModels\ServiceProvider" --tag="config"