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.
Check out the Dev Page to learn more about how to contribute.
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