khenggy

Results 2 issues of khenggy

excerpt of composer.json "laravel/framework": "^10.8" "infyomlabs/laravel-generator": "^6.0" Running php artisan infyom:rollback [Model] api --skip=dump-autoload doesn't skip dump-autoload. ``` class RollbackGeneratorCommand extends BaseCommand { public function handle() { ... if (!$this->isSkip('dump-autoload'))...

I have set the options as follow options = { width: "600", // Width of canvas height: "500", // Height of canvas color:"red", // Color for shape and text type...