Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Issue when using command to create a new module #47

@mip-ro

Description

@mip-ro

Hello.
I am on version 2.3.4 and when I am running the commands : php artisan module:crud "name" or php artisan module:make "name", i receive this error :

file_get_contents(/var/www/html/quarxLaravel/vendor/yab/quarx/src/Console/../Templates/CRUD/provider.txt): failed to open stream: No such file or directory

I found the file that the error talks about in the

/vendor/yab/quarx/src/Templates/CRUD/Provider.txt 

The error appears because the name of the file called is with a lower case "p" and the actual file name is with a higher case "P".
The File is called in ModuleCrud.php:202

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions