Download the PHP package mahbodhastam/linstaller without Composer
On this page you can find all versions of the php package mahbodhastam/linstaller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mahbodhastam/linstaller
More information about mahbodhastam/linstaller
Files in mahbodhastam/linstaller
Download mahbodhastam/linstaller
More information about mahbodhastam/linstaller
Files in mahbodhastam/linstaller
Vendor mahbodhastam
Package linstaller
Short Description A simple package to create installation forms for your laravel project
License MIT
Package linstaller
Short Description A simple package to create installation forms for your laravel project
License MIT
Please rate this library. Is it a good library?
Informations about the package linstaller
Linstaller
Linstaller (Laravel + Installer) allows users to install your laravel application just by following the setup wizard like Wordpress or any other CMS.
🔧 Installing
Note: This package publishes a config/linstaller.php
file. If you already have a file by that name, you must rename or remove it.
-
Install package via composer:
-
Optional: The service provider will automatically get registered. Or you may manually add the service provider in your
config/app.php
file: - You should publish the public assets and the config file with:
php artisan vendor:publish --provider="MahbodHastam\Linstaller\Providers\LinstallerServiceProvider"
♻️ Usage
- Edit the
config/linstaller.php
file and go toexample.com/linstaller
Note: It won't work if you're using artisan serve
✅️ Current Features
- Check directory permissions
- Check server requirements
- Set .env information
- Migrate and seed the database
⛏️ To-do
- [x] Add translations
- [ ] Add more languages...
- [ ] Add RTL styles for specific languages
- [ ] Improve views and errors
All versions of linstaller with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/contracts Version ^8.0
illuminate/support Version ^8.0
orchestra/testbench Version ^6.18
illuminate/contracts Version ^8.0
illuminate/support Version ^8.0
orchestra/testbench Version ^6.18
The package mahbodhastam/linstaller contains the following files
Loading the files please wait ....