Skip to content

tighten/onramp

Repository files navigation

Onramp - Providing an easy entrance into Laravel for new developers.

Onramp

Contributor Covenant Run tests

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

  • Create a GitHub OAuth Application. If you use Valet to serve your application locally, you can use the following settings:
    • Application Name: Local Onramp
    • Homepage URL: http://onramp.test
    • Application Description: Local Version of Onramp
    • Authorization Callback URL: http://onramp.test/en/login/github/callback

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 artisan 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 matt.stauffer@tighten.co 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.

About

Easing the onramp for new or non-PHP developers to become Laravel devs.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published