Skip to content

Commit 93d56f1

Browse files
committed
Update readme
1 parent 5f9edd1 commit 93d56f1

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

readme.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,47 @@
55
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](code_of_conduct.md)
66
![Run tests](https://github.com/tighten/onramp/workflows/Run%20tests/badge.svg)
77

8-
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.
8+
Onramp aims to be a collection of resources presented in a way that makes it possible for folks to become Laravel
9+
programmers as easily and effectively as possible.
910

1011
## Requirements
1112

12-
- PHP 8.1
13+
- PHP 8.2
1314
- [Composer](https://getcomposer.org/download/)
1415
- [NPM](https://nodejs.org/)
1516

16-
> [Vite](https://vitejs.dev/) requires node `^14.18.0 || >=16.0.0` to run
17+
> [Vite](https://vitejs.dev/) requires Node.js version `20.19+ || 22.12+`. However, some templates require a higher
18+
> Node.js version to work, please upgrade if your package manager warns about it.
1719
18-
- Create a [GitHub OAuth Application](https://github.com/settings/developers). If you use Valet to serve your application locally, you can use the following settings:
20+
- Create a [GitHub OAuth Application](https://github.com/settings/developers). If you use Valet to serve your
21+
application locally, you can use the following settings:
1922
- Application Name: `Local Onramp`
2023
- Homepage URL: `http://onramp.test`
2124
- Application Description: `Local Version of Onramp`
2225
- Authorization Callback URL: `http://onramp.test/en/login/github/callback`
2326

2427
## How can I help?
2528

26-
Check out the [Contribution Guide](https://github.com/tighten/onramp/blob/main/contributing.md) to learn more about how to contribute.
29+
Check out the [Contribution Guide](https://github.com/tighten/onramp/blob/main/contributing.md) to learn more about how
30+
to contribute.
2731

2832
## Language translations
2933

30-
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:
34+
To make language translation strings available to the Vue.js frontend, a `translations.js` file is generated from the
35+
Laravel language files found in the `resources/lang` directory. To regenerate this `translations.js` file after
36+
translations have been changed or added, run:
3137

3238
```bash
3339
php artisan export:messages-flat
3440
```
3541

3642
## Seeding Data
3743

38-
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:
44+
Onramp creates and uses JSON files to seed your local database. To update these JSON files use the following command. Be
45+
sure to commit your changes to the repo:
3946

40-
> 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.
47+
> Note: You may run the below command without the `--all` flag to choose a table to sync. Run with `--override` to
48+
> automatically override the contents in an existing seed file.
4149
4250
```bash
4351
php artisan generate:seeds-from-db --all
@@ -49,7 +57,8 @@ Then, to seed your local database run:
4957
php artisan migrate:fresh --seed
5058
```
5159

52-
> Warning: Any changes made to your local database will be overridden when seeding your database from the production seeder files.
60+
> Warning: Any changes made to your local database will be overridden when seeding your database from the production
61+
> seeder files.
5362
5463
## Security
5564

@@ -59,8 +68,10 @@ If you discover any security related issues, please email matt.stauffer@tighten.
5968

6069
- [Matt Stauffer](https://github.com/mattstauffer)
6170
- [Tammy Robinson](https://github.com/tammytee)
71+
- [Marcy Acevedo](https://github.com/marcylina)
6272
- [All Contributors](https://github.com/tighten/onramp/graphs/contributors)
6373

6474
## Support us
6575

66-
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](https://tighten.com/).
76+
Tighten's whole-business approach transcends engineering, propelling software-driven businesses forward with clarity and
77+
confidence. You can learn more about us on our [website](https://tighten.com/).

0 commit comments

Comments
 (0)