true, /* |-------------------------------------------------------------------------- | URL Generator |-------------------------------------------------------------------------- | | Here you can specify a class to automatically generate URLs for models which | implement the `HasUrls` trait. If left null no generation will happen. | You are free to use your own generator, or you can use the one that | ships with Lunar, which by default will use the name attribute. | */ 'generator' => UrlGenerator::class, ];