Alma Z
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  2. created test component with code ```...
Ммм... Надо же сначала с RBAC разобраться?
Как вы думаете сначала RBAC сделать или CRUD user без RBAC?
Считаю, что лучше оставить. Почему? Это централизованнное хранение сообщений и текста на сайте. Меняем только в одном месте. Например, Yii::t('app', 'username'). Раньше было "логин". Решили вдруг переименовать в "имя пользователя",...
Which status bro?
I cant figure out, why I got error if regexp is correct. I checked this on regexOnline it is correct:  But in php i got error:  the text...