PhpDev.App
tighten/onramp

tighten/onramp

Stars: 150

Forks: 52

Pull Requests: 385

Issues: 177

Watchers: 18

Last Updated: 2023-07-22 10:07:59

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

License: MIT License

Languages: PHP, HTML, Vue, Shell, Blade

https://onramp.dev/

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

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.

RELEASES

See all