Alma Z

Results 12 comments of Alma Z

Still have same issue. Cannot load/fount assets

So found the root of issue. ``` $route->get(config('swagger-lume.routes.assets').'/{asset}', [ 'as' => 'swagger-lume.asset', 'middleware' => config('swagger-lume.routes.middleware.asset', []), 'uses' => 'Http\Controllers\SwaggerLumeAssetController@index', ]); ``` it is how the routing is configured in library....

Only manually copying assets FROM vendor to TO public folder helped

I have same error `core] Authorization failed: Error Domain=AKAuthenticationError Code=-7034 "(null)"` 1. I added Apple Sign in parameter to my developer account ![image](https://user-images.githubusercontent.com/9497934/90220640-3f896280-de11-11ea-8e77-272916d9d457.png) 2. created test component with code ```...

Ммм... Надо же сначала с RBAC разобраться?

Как вы думаете сначала RBAC сделать или CRUD user без RBAC?

Считаю, что лучше оставить. Почему? Это централизованнное хранение сообщений и текста на сайте. Меняем только в одном месте. Например, Yii::t('app', 'username'). Раньше было "логин". Решили вдруг переименовать в "имя пользователя",...

I cant figure out, why I got error if regexp is correct. I checked this on regexOnline it is correct: ![image](https://user-images.githubusercontent.com/9497934/214002547-5344f357-ec7f-4d11-9bab-0b9bed54b98e.png) But in php i got error: ![image](https://user-images.githubusercontent.com/9497934/214002860-2e3fea4c-5723-4b36-99f4-50222c4c33a7.png) the text...