PHP code example of dweik / crud-generator
1. Go to this page and download the library: Download dweik/crud-generator 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/ */
dweik / crud-generator example snippets
Dweik\CrudGenerator\CrudGeneratorServiceProvider::class,
public function register()
{
if ($this->app->environment() !== 'production') {
$this->app->register(\Dweik\CrudGenerator\CrudGeneratorServiceProvider::class);
}
// ...
}
bash
php artisan crud:generate