Touch Sek

Results 19 comments of Touch Sek

you need to install laravel/helpers

@chuoke you don't need to worry, laravel/helpers is the wrapper of Arr and Str.

Yes, i see, but for now we can use that instead first.

@ulisses-gabriel checkout this https://github.com/andersao/l5-repository/pull/625

you need to use laravel helper to make it works, since laravel 6.0 move that helper to external file [Helper](https://github.com/laravel/helpers)

@tidusvn05 you have to change from `import * as chalk from 'chalk';` to `import chalk from 'chalk';` Hope this help you.

I had the same issue on the latest version too. The error: ``` Cannot determine type metadata of "modes" on class UserVm. "modes" metadata has been skipped. Manually provide the...

> I keep old hashes on the CDN living for some time, but use a custom Nuxt module that detects app update and shows a notification suggesting to reload the...

Nuxt 3 just release stable yesterday, so it should be ready to start all over again, thanks for your effort.