Vlad Lesovskiy
Vlad Lesovskiy
- Deployer version: ^7.0 - Deployment OS: Ubuntu 20.04 ``` desc('Deploy the application'); task('deploy', [ 'deploy:info', 'deploy:setup', 'deploy:lock', 'deploy:release', 'rsync', 'deploy:shared', 'deploy:writable', 'deploy:vendors', 'artisan:storage:link', // | 'artisan:config:cache', // | 'artisan:route:cache',...
I want to use custom default User model for Laravel Nova, For Example "NovaUser" If we look at Role Model from current lib we can look that we have relationships...
I think if we will have props "withDots" and "Dots" / "Dot" - it will be cool!
Inside the `HasFlexible` trait (which we're using in `FlexibleCast`) we're returning the raw value (string) when in the following context : ```php if(app()->getProvider(NovaServiceProvider::class) && !app()->runningInConsole() && !app()->environment('testing')) { return $value;...