I have such a controller
public function store(Request $request) { Artisan::call("php artisan infyom:scaffold {$request['name']} --fieldsFile=public/Product.json"); }
Show me the mistake
There are no commands specified in the php artisan infyom namespace.
When I run this command in CMD, it works correctly
source share