π docs(README.md): add Commands section with urls:generate and urls:doctor commands and their usage
π¨ chore(README.md): fix typo in Commands section
π refactor(UrlsDoctorCommand.php): rename UrlsGenerateCommand to UrlsDoctorCommand
π§ chore(UrlsDoctorCommand.php): remove unused options from signature
π§ chore(UrlsDoctorCommand.php): change public property to private and add errors array
π§ chore(UrlsDoctorCommand.php): add use statement for HasUniqueUrls trait
π§ chore(UrlsDoctorCommand.php): add use statement for ReflectionMethod class
π§ chore(UrlsDoctorCommand.php): add use statement for Model class from Eloquent
π§ chore(UrlsDoctorCommand.php): update description of the command
π fix(UrlsDoctorCommand.php): remove unused deleteUrls method
π test(UrlsDoctorCommand.php): add checks for urlHandler and urlStrategy methods in models
π¨ chore(UrlsDoctorCommand.php): add error messages for failed checks in urlHandler and urlStrategy methods
π fix(UrlsGenerateCommand.php): rename class from RebuildUrlsCommand to UrlsGenerateCommand
β¨ feat(UrlsGenerateCommand.php): add support for --only-missing and --fresh options
π₯ chore(UrlsGenerateCommand.php): remove commented out line
π fix(HasUniqueUrlAttributes.php): make getRelativeUrlAttribute and getAbsoluteUrlAttribute return string|null
β¨ feat(HasUniqueUrlAttributes.php): add null check to getSlug method
π§ chore(LaravelUniqueUrlsServiceProvider.php): replace RebuildUrlsCommand with UrlsGenerateCommand and UrlsDoctorCommand
π docs(README.md): add Commands section with urls:generate and urls:doctor commands and their usage π¨ chore(README.md): fix typo in Commands section
π refactor(UrlsDoctorCommand.php): rename UrlsGenerateCommand to UrlsDoctorCommand π§ chore(UrlsDoctorCommand.php): remove unused options from signature π§ chore(UrlsDoctorCommand.php): change public property to private and add errors array π§ chore(UrlsDoctorCommand.php): add use statement for HasUniqueUrls trait π§ chore(UrlsDoctorCommand.php): add use statement for ReflectionMethod class π§ chore(UrlsDoctorCommand.php): add use statement for Model class from Eloquent π§ chore(UrlsDoctorCommand.php): update description of the command
π fix(UrlsDoctorCommand.php): remove unused deleteUrls method π test(UrlsDoctorCommand.php): add checks for urlHandler and urlStrategy methods in models π¨ chore(UrlsDoctorCommand.php): add error messages for failed checks in urlHandler and urlStrategy methods
π fix(UrlsGenerateCommand.php): rename class from RebuildUrlsCommand to UrlsGenerateCommand β¨ feat(UrlsGenerateCommand.php): add support for --only-missing and --fresh options π₯ chore(UrlsGenerateCommand.php): remove commented out line
π fix(HasUniqueUrlAttributes.php): make getRelativeUrlAttribute and getAbsoluteUrlAttribute return string|null β¨ feat(HasUniqueUrlAttributes.php): add null check to getSlug method π§ chore(LaravelUniqueUrlsServiceProvider.php): replace RebuildUrlsCommand with UrlsGenerateCommand and UrlsDoctorCommand