We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62f86c commit 076331eCopy full SHA for 076331e
app/Commands/Crud/CrudMakeCommand.php
@@ -78,7 +78,7 @@ public function modelName()
78
public function filePath()
79
{
80
$file = $this->argument('file');
81
- $file_path = $this->getPath("crud/$file") . '.json';
+ $file_path = $this->getPath("/crud/$file") . '.json';
82
if (!file_exists($file_path)) {
83
$this->error('File not found, please give relative path.');
84
die();
builds/packr
1 Byte
0 commit comments