Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from moaminsharifi/fix/linux-file-path-case-se…
…nsetive [FIX] issue of case-sensitive file path in linux (unix base system)
- Loading branch information
7e131c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on line 18
$appFilePath = app_path("/CRUD/{$name}Component.php");
in the above line "$name" should be replaced by "$className"