Skip to content

Instantly share code, notes, and snippets.

@gopalindians
Last active October 30, 2021 08:40
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/8741c36bd96655d4122d540b4a5939c5 to your computer and use it in GitHub Desktop.
Save gopalindians/8741c36bd96655d4122d540b4a5939c5 to your computer and use it in GitHub Desktop.
filesystems.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Symbolic Links
|--------------------------------------------------------------------------
|
| Here you may configure the symbolic links that will be created when the
| `storage:link` Artisan command is executed. The array keys should be
| the locations of the links and the values should be their targets.
|
*/
'links' => [
// public_path('storage') => storage_path('app/public'), // Update the line and replace with below line
base_path('../public_html/storage') => storage_path('app/public'),
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment