LaravelInstaller | A web installer for Laravel
kandi X-RAY | LaravelInstaller Summary
kandi X-RAY | LaravelInstaller Summary
Do you want your clients to be able to install a Laravel project just like they do with WordPress or any other CMS? This Laravel package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Save environment file .
- Check requirements .
- Handle the installation .
- Check database connection .
- Create new install file .
- Publish files .
- Check if the app is already updated .
- Generate the final key .
- Show the requirements view .
- Use SQLite .
LaravelInstaller Key Features
LaravelInstaller Examples and Code Snippets
Community Discussions
Trending Discussions on LaravelInstaller
QUESTION
I want to add a configurator so that after downloading my project and unpacking, the user could go to / install and configure the .env file.
I try this package: https://github.com/RachidLaasri/LaravelInstaller.
But in my project it does not work if there is no .env file with some parameters (for example, database).
Any idea how to fix it?
Maybe to create a configurator separately of the Laravel framework?
...ANSWER
Answered 2019-Dec-01 at 21:02This is solved. My AppServiceProvider have action with database, and I add this check:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install LaravelInstaller
From your projects root folder in terminal run:
Register the package
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.
Laravel 5.4 and below Register the package with laravel in config/app.php under providers with the following:
Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page