#eKutivaSolutions ###Laravel-SymLinker
This simple package provides the capacity of creating a symbolic link of the 'storage/app/public' folder inside the public folder using an artisan command. Note that this functionality is already present in the Laravel Framework v 5.3 so this is just for the versions 5.2 and under.
You can install this package via composer using this command:
composer require ekutivasolutions/laravel-symlinker
Next, you must install the service provider:
// config/app.php
'providers' => [
...
eKutivaSolutions\SymLinker\Providers\SymLinkServiceProvider::class,
];
php artisan storage:symlink
If you discover any security related issues, please email info@ekutivasolutions.com instead of using the issue tracker.
eKutivaSolutions is a Mozambican agency that develops web applications. Find more info on our website.
The MIT License (MIT).