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

Documentarian views are now exposed, allowing customisation in Laravel projects #24

Closed

Conversation

robbieaverill
Copy link

This PR uses view registration via a ServiceProvider to allow the index.blade.php file to be published into a project's resources directory, where it may be customised.

The provider is auto-discovered via Composer configuration, since it's a dev requirement which cannot always be added into app.php config.

I've also added a snippet of docs to the readme, since the external documentation for this repo is gone, and added orchestra/testbench to mock the Laravel app environment in unit tests.

Resolves #9

@robbieaverill
Copy link
Author

@mpociot would you be willing to accept this PR if I rebase it?

@robbieaverill
Copy link
Author

Bump @mpociot

@robbieaverill
Copy link
Author

Hi @mpociot, some indication of whether you accept contributions to your open source repositories would be nice, so we don't all waste our time. Thanks in advance!

@robbieaverill
Copy link
Author

Bump

@robbieaverill
Copy link
Author

Bump @mpociot

@robbieaverill robbieaverill deleted the feature/customisable-views branch March 29, 2022 16:08
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.

Customize index.blade.php ?
1 participant