https://github.com/ctf0/laravel-goto-lang
https://github.com/ctf0/laravel-goto-lang
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/laravel-goto-lang
- Owner: ctf0
- License: gpl-3.0
- Created: 2019-05-02T01:11:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T11:34:59.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:19:17.025Z (almost 2 years ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Goto Lang
## Features
- direct scroll to language key
### laravel-modules
i recently started using [laravel-modules](https://nwidart.com/laravel-modules/v6/installation-and-setup) & manual navigation is just impossible,
so for the package to work correctly, make sure u r following the naming convention of `Pascal > Snake` ex.
> + `module namespace` > `MyDashboard`
> + `view namespace` > `my_dashboard`