ekutivasolutions / laravel-symlinker
Easy symbolic link from 'public/storage' to 'storage/app/public' for Laravel 5.2 and under.
Requires
- php: >=5.5.9
- illuminate/console: 5.1.*|5.2.*
- illuminate/filesystem: 5.1.*|5.2.*
- illuminate/support: 5.1.*|5.2.*
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2023-08-11 08:15:20 UTC
README
#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.
Installation
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, ];
Usage
php artisan storage:symlink
Security
If you discover any security related issues, please email info@ekutivasolutions.com instead of using the issue tracker.
Credits
About eKutivaSolutions
eKutivaSolutions is a Mozambican agency that develops web applications. Find more info on our website.
License
The MIT License (MIT).