Skip to content

tighten/onramp

Folders and files

NameName
Last commit message
Last commit date
May 21, 2024
Mar 4, 2025
Jan 8, 2021
Jul 25, 2019
Aug 16, 2024
Sep 27, 2024
May 16, 2024
May 15, 2024
Nov 8, 2024
Dec 3, 2024
Nov 8, 2024
Apr 29, 2021
Mar 4, 2025
Jul 25, 2019
Aug 16, 2024
Nov 8, 2024
Jul 25, 2019
May 15, 2024
Mar 10, 2020
Dec 5, 2022
Jul 25, 2019
Oct 19, 2019
Aug 17, 2024
Mar 12, 2025
Oct 20, 2022
Aug 10, 2022
Nov 7, 2019
Jan 20, 2023
Mar 17, 2025
Mar 17, 2025
Mar 2, 2023
Mar 17, 2025
Nov 11, 2023
Mar 3, 2023
May 15, 2024
Sep 12, 2020
Oct 17, 2023

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