Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.1 KB

Readme.md

File metadata and controls

43 lines (29 loc) · 1.1 KB

#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).