Download the PHP package hafizmmoaz/laravel-installer without Composer
On this page you can find all versions of the php package hafizmmoaz/laravel-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hafizmmoaz/laravel-installer
More information about hafizmmoaz/laravel-installer
Files in hafizmmoaz/laravel-installer
Package laravel-installer
Short Description A web installer / setup wizard for Laravel applications (environment, requirements, permissions, database, finalize).
License MIT
Informations about the package laravel-installer
hafizmmoaz/laravel-installer
A web-based installer / setup wizard for Laravel applications. It walks the user through environment configuration, server-requirement checks, folder permissions, database setup and a final "installed" step.
Namespace: HafizMMoaz\Installer
Installation
The service provider HafizMMoaz\Installer\Providers\LaravelInstallerServiceProvider
is auto-discovered. It registers the installer routes under the /install prefix
(route names prefixed LaravelInstaller::).
Publishing assets
This publishes:
config/installer.php— requirements / permissions configurationpublic/installer— installer CSS/JS/fonts (tag:public)resources/views/vendor/installer— installer viewslang/*— installer translation files
Routes
| Method | URI | Name |
|---|---|---|
| GET | /install |
LaravelInstaller::welcome |
| GET | /install/environment |
LaravelInstaller::environment |
| GET | /install/requirements |
LaravelInstaller::requirements |
| GET | /install/permissions |
LaravelInstaller::permissions |
| GET | /install/database |
LaravelInstaller::database |
| GET | /install/final |
LaravelInstaller::final |
Credits
Derived from the MIT-licensed RachidLaasri/LaravelInstaller.
License
MIT — see LICENSE.
All versions of laravel-installer with dependencies
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/routing Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0