Skip to content

Instantly share code, notes, and snippets.

@gopalindians
Created October 30, 2021 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gopalindians/ea93666d0ebe3a896622775fa7b996e6 to your computer and use it in GitHub Desktop.
Save gopalindians/ea93666d0ebe3a896622775fa7b996e6 to your computer and use it in GitHub Desktop.
web.php
<?php
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Artisan;
Route::post('/link', function () {
Artisan::call('storage:link');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment