Skip to content

Conversation

jasonmccreary
Copy link
Collaborator

This adds the ability to use nested components names to generate classes within sub-folders.

Example

models:
    Admin/User:
        # ...

controllers:
     Admin/UserController:
        # ...

This can be combined or set globally using the new blueprint.php configuration file which allows you to customize the App, Controllers, and Models namespaces, as well as override the app path.

By default, Blueprint will continue to follow Laravel conventions. However, this adds some configuration for those who follow common conventions for larger projects.


Closes #37

@jasonmccreary jasonmccreary merged commit 563af3f into master Jan 21, 2020
@jasonmccreary jasonmccreary deleted the config branch January 21, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idea: config/blueprint.php in which you can define output paths
2 participants