use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Artisan; Route::get('/run-storage-link', function () { Artisan::call('storage:link'); return 'Storage link created!'; }); "http://localhost/storage/profile_images/1717566447_clothing.jpeg" ALTER TABLE `domains` ADD `company_name` VARCHAR(255) NOT NULL AFTER `last_name`; ALTER TABLE `domains` CHANGE `company_name` `company_name` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL; ------------------------------------- 06-06-24 ALTER TABLE `users` ADD `location_id` INT NOT NULL AFTER `profile_image`; ALTER TABLE `employee` ADD `organization_location` INT NOT NULL AFTER `status`; assigned_to, reporter, issue_type -> values emp -> location dropdown is reqired or not, then shall i remove employee address details. ------------------------------------------- https://chatgpt.com/share/b6760c10-af0f-4d40-970a-6f9ae07ebe29