kapilpaul / laravelmount
Installer file for your laravel app. You can just install like any cms.
1.1
2019-01-22 06:10 UTC
Requires
- php: >=5.6
- illuminate/support: ^5.6
This package is not auto-updated.
Last update: 2026-03-29 14:04:02 UTC
README
Easy installation package for laravel app.
Installation Image
Requirements
Laravel >=5.6
PHP >= 7.1
Installation
-
To use this package run below command from your terminal
composer require kapilpaul/laravelmount -
Laravel 5.5 and up Uses package auto discovery feature, do not need to add in providers in config/app.php.
-
Publish the assets folder.
php artisan vendor:publish --tag=laravelmount -
Installation route is /install/
Author
Kapil Paul 📧 Email Me
License
This project is licensed under the MIT License - see the License File for details