PHP code example of nasrulhazim / artisanmakers
1. Go to this page and download the library: Download nasrulhazim/artisanmakers 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/ */
nasrulhazim / artisanmakers example snippets
if ($this->app->environment() !== 'production') {
$this->app->register(\NasrulHazim\ArtisanMakers\ArtisanMakersServiceProvider::class);
}
protected $commands = [
\NasrulHazim\ArtisanMakers\Console\Commands\MakeModelCommand::class,
];