This repository was archived by the owner on Oct 17, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 41
Third Party Packages Config Examples
scil edited this page Oct 1, 2019 · 7 revisions
package | solutions | involved | note |
---|---|---|---|
mcamara/laravel-localization (offical ) | 1. across (no coroutine) 2. clone (no cor) 3. clone and include routes on worker (no cor) | - routes/web.php - app('request') | setlocale , so it's better not to use coroutine, unless removing setlocale . |
laravel-web-tinker (offical ) | <1.5.1 need to be hacked to avoid readline | ----- | readline used for web. |
- Start
- Coding Guideline
- Deploy and OS Configuration
- New API
- Design
- Dev about Mode Map
- Dev about Mode Backup