Onramp
Onramp aims to be a collection of resources presented in a way that makes it possible for folks to become Laravel programmers as easily and effectively as possible.
Requirements
Vite requires node
^14.18.0 || >=16.0.0
to run
How can I help?
Check out the Contribution Guide to learn more about how to contribute.
Language translations
To make language translation strings available to the Vue.js frontend, a translations.js
file is generated from the Laravel language files found in the resources/lang
directory. To regenerate this translations.js
file after translations have been changed or added, run:
php artisan export:messages-flat
Seeding Data
Onramp creates and uses JSON files to seed your local database. To update these JSON files use the following command. Be sure to commit your changes to the repo:
Note: You may run the below command without the
--all
flag to choose a table to sync. Run with--override
to automatically override the contents in an existing seed file.
php artisan generate:seeds-from-db --all
Then, to seed your local database run:
php art migrate:fresh --seed
Warning: Any changes made to your local database will be overridden when seeding your database from the production seeder files.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
Support us
Tighten's whole-business approach transcends engineering, propelling software-driven businesses forward with clarity and confidence. You can learn more about us on our web site.