Hanmo
Hanmo
### Environment **Vuetify Version:** 3.5.12 **Vue Version:** 3.4.21 **Browsers:** Chrome 123.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce default layout(src/layouts/default.vue) can not be changed to another until `defaultLayout` is...
### Expected Behavior Settings should be stored in localstorage when using single-user mode ### Actual Behavior Backend never let frontend store settings in localstorage ### Steps to Reproduce none ###...
Execute the command and paste the result below. Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole` ```bash Darwin MacBook-Pro-2.local 23.6.0 Darwin Kernel...
### Reproduction none ### Describe the bug 1. By default according to the docs currently, `reka-ui` is not installed while components requires it. For example in `AlertDialogTrigger.vue`: ```typescript import {...
### 🔗 Linked issue Fix #1149 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a...
I am using HyperF and its [ORM](https://hyperf.wiki/3.0/#/en/db/quick-start) is based on Eloquent. This is my model definition: ``` class CpsInstance extends AbstractProductInstance implements HourlyPostPaidProductInstance { public function instance() { return $this->morphOne(Instance::class,...
Currently, HyperF doesn't add `migrations` and `seeders` folder to docker building context, so they won't appear in the final image