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

Caching in hooks (caching config and routes) #3

Open
pikulsky opened this issue Jan 25, 2020 · 1 comment
Open

Caching in hooks (caching config and routes) #3

pikulsky opened this issue Jan 25, 2020 · 1 comment

Comments

@pikulsky
Copy link

pikulsky commented Jan 25, 2020

  1. Config is cached now in /.amezmo/config/after-change.
    What about after.pull/after.upload? Should it be there as well?

  2. Route caching is not included into deployment process. What do you think about adding it?

References:
Configuration Caching
https://laravel.com/docs/5.8/configuration#configuration-caching
php artisan config:cache

Optimizing Route Loading
https://laravel.com/docs/5.8/deployment#optimizing-route-loading
php artisan route:cache

@rmccullagh
Copy link
Collaborator

rmccullagh commented Feb 21, 2020

@pikulsky I've pushed an updated after.pull file in commit 90b519a

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

No branches or pull requests

2 participants