limewell / laravel-remove-public-url
remove public from laravel project and run project in root directory
v1.0.0
2021-05-13 16:56 UTC
Requires
- php: >=5.5.9
- illuminate/support: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^4.8|^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2024-11-04 16:43:30 UTC
README
This package is used to run laravel project from root directory. This package is specially created for that server where we have no access to point public directory.
Installation
You can install the package via composer:
composer require limewell/laravel-remove-public-url --dev
Usage
php artisan vendor:publish --tag=LaravelRemovePublicUrl
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.