Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make:content command #9

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add make:content command #9

wants to merge 4 commits into from

Conversation

m-triassi
Copy link
Contributor

Summary

closes #3

Add a basic Module class that all Renderable modeles can extend to reduce repetition of use statements
Adds the ability to call php artisan make:content MyContentClass to automatically generate a class that uses the CanRender trait and implements the Renderable contract (via inheritance of the base Module class)

Tests

W

WIP

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.

Module models should be initialized by a command
1 participant