tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
157 stars 56 forks source link

Schedule a bash script that updates the JSON seeder files #538

Open tammytee opened 1 year ago

tammytee commented 1 year ago

Summary

This task is a follow-up to #239.

The current implementation for updating seeder files requires maintainers to manually run the generate command locally and push the updated files to the repository.

For this task - create a bash script that will run the generator command, commit the changes, and open a PR with those changes to the repository.

General Idea:

image

Other changes:

Please review #537 to see other changes that may need to happen when making these changes.