imrostom/laravel-web-installer

A simple web installer

v1.10.1 2024-05-13 16:59 UTC

This package is auto-updated.

Last update: 2024-07-13 17:36:25 UTC


README

Total Downloads Latest Stable Version License

Laravel Web Installer is a Laravel package that allows you to install your application easily, without having to worry about setting up your environment before starting with the installation process.

Installation

You can install the package via composer:

composer require imrostom/laravel-web-installer

Usage

To publish web installer package assets [This must be required]

php artisan vendor:publish --provider="Imrostom\LaravelWebInstaller\LaravelWebInstallerServiceProvider" --tag="assets"

To publish web installer package config

php artisan vendor:publish --provider="Imrostom\LaravelWebInstaller\LaravelWebInstallerServiceProvider" --tag="config"

To publish web installer package views

php artisan vendor:publish --provider="Imrostom\LaravelWebInstaller\LaravelWebInstallerServiceProvider" --tag="views"

To publish web installer package lang

php artisan vendor:publish --provider="Imrostom\LaravelWebInstaller\LaravelWebInstallerServiceProvider" --tag="lang"

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email rostomali4444@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.