diff --git a/config/filesystems.php b/config/filesystems.php index 3d671bd..b2a52b4 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -75,6 +75,10 @@ return [ 'links' => [ public_path('storage') => storage_path('app/public'), + public_path('console') => base_path('app/Browser/console'), + public_path('downloads') => base_path('app/Browser/downloads'), + public_path('screenshots') => base_path('app/Browser/screenshots'), + public_path('source') => base_path('app/Browser/source'), ], ]; diff --git a/public/console b/public/console new file mode 120000 index 0000000..40179ae --- /dev/null +++ b/public/console @@ -0,0 +1 @@ +/home/ninluc/Documents/codage/DatBrowser/app/Browser/console \ No newline at end of file diff --git a/public/downloads b/public/downloads new file mode 120000 index 0000000..f84cf6f --- /dev/null +++ b/public/downloads @@ -0,0 +1 @@ +/home/ninluc/Documents/codage/DatBrowser/app/Browser/downloads \ No newline at end of file diff --git a/public/screenshots b/public/screenshots new file mode 120000 index 0000000..7aeee98 --- /dev/null +++ b/public/screenshots @@ -0,0 +1 @@ +/home/ninluc/Documents/codage/DatBrowser/app/Browser/screenshots \ No newline at end of file diff --git a/public/source b/public/source new file mode 120000 index 0000000..8f7e325 --- /dev/null +++ b/public/source @@ -0,0 +1 @@ +/home/ninluc/Documents/codage/DatBrowser/app/Browser/source \ No newline at end of file