nadar
nadar
https://github.com/luyadev/luya/blob/master/core/helpers/Url.php
bump :point_up:
@nperez0111 great! how to enable that feature? or is a try/catch enough?
could you please post your config/models and the sub relation your are talking about? so i can clearly see what your configuration is and i can try to reproduce.
So i would say the expected result is that ``` public function ngRestRelations() { return [ [ 'label' => 'Foo', 'targetModel' => Foo::class, 'dataProvider' => $this->getFoos() ], ]; } ```...
what does your composer.json look like? what versions?
cms should be ^5.0 not 4.0. also for the admin it should be ^5.0` not 4.0
hi @neoacevedo but what version does that project in your screenshot now have? latest cms and admin versions? please show all requests from the network tab, so we can see...
all files all available in the resources folder of your vendor, `vendor/luyadev/luya-module-admin/src/resources ... ` there you will find the fonts and in the dist the main.css which is loaded. the...
hi @dven84 Thanks for asking, there are several options. I assume you where talking about how to develop admin module. a.) You can use the luya env dev: https://github.com/luyadev/luya-env-dev b.)...