vieweesp / storagelinkroute-package
A route to create a symlink from 'public/storage' to 'storage/app/public'
1.0.0
2022-03-19 16:31 UTC
Requires (Dev)
- orchestra/testbench: ^7.1
- phpunit/phpunit: ^9.5
README
It generate a symbolic link from a route when you don't have access to the console, for example in shared servers with cpanel.
Installation
Use the composer to install the package.
composer require composer require vieweesp/storagelinkroute-package
Usage
Visit the route /storage-link to generate the symlink
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.