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

Update libraries to Laravel 7 #54

Closed
QWp6t opened this issue Mar 5, 2020 · 0 comments · Fixed by #55
Closed

Update libraries to Laravel 7 #54

QWp6t opened this issue Mar 5, 2020 · 0 comments · Fixed by #55

Comments

@QWp6t
Copy link
Member

QWp6t commented Mar 5, 2020

Laravel 7 was released yesterday.

A notable feature of Laravel 7 are the new view models for rendering blade components. (Laracasts)

We might consider rethinking the implementation of Acorn's view composers or figuring out a way for the two to live side-by-side. But as of right now, it looks like there's significant overlap, and we should address it.

@Log1x Log1x mentioned this issue Mar 23, 2020
@Log1x Log1x closed this as completed in #55 Mar 23, 2020
Log1x added a commit that referenced this issue Mar 23, 2020
* enhance: Update packages to Illuminate 7.x (Fixes #54)
* chore: Bump minimum PHP version to 7.2.5
* enhance(exceptions): Update HandleExceptions to Symfony 5
* enhance(helpers): Add new Laravel 7.x helpers
* chore(helpers): Sort helpers alphabetically
* chore(helpers): Remove unused helpers
* chore(globals): Update globals to reflect helpers
* chore(config): Update default configs to be in parity with Sage 10
* feat(blade): Add Laravel 7.x Blade component support
* feat(console): Add make:component command for generating a component class and view
* feat(console): Add stubs for a component class and view
* chore(console): Clean up existing console commands
* chore: Remove unused namespaces throughout project
* chore(deps): Bump dependencies
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 a pull request may close this issue.

1 participant