Download the PHP package eii/laravel-installer without Composer

On this page you can find all versions of the php package eii/laravel-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-installer

Laravel Installer

Latest Version on Packagist Total Downloads PHP Version Requirement Laravel Version License

Laravel Installer

This package features a multi-step wizard designed for a seamless Laravel application installation. It offers an intuitive interface that guides users through server requirement checks, environment configuration, database setup, and the creation of an initial admin user, all using Livewire components.

By including the Laravel installer in your application, you can eliminate the need to assist your clients with server setup. Clients can independently check server requirements, update the .env file, migrate the database, and link storage, all through a step-by-step installation guide.

Screenshots

laravel-installer step-1 laravel-installer step-2
laravel-installer step-3 laravel-installer step-4
laravel-installer step-5 laravel-installer step-6

✨ What's New in v2.0.0

1️⃣ Livewire 4 Support

2️⃣ Bug Fixes

3️⃣ Optional Force Overwrite

⚠️ Breaking Changes for v1.x Users

1️⃣ Loading State for Action Buttons

2️⃣ Improved Environment Input Handling

3️⃣ Spatie Permission Compatibility

Features

Requirements

Installation

  1. You can install the package via Composer:

  2. After installation, publish the package's assets and configuration by running the install command:

  3. Update the config/installer. (app_name, requirements, etc.)

Updating

If you are upgrading from a previous version or need to republish assets, run the command with the --force flag:

💡 Using --force will prompt you for confirmation before overwriting existing files. Without this flag, your customizations are preserved.

Usage

Configuration

The configuration file is located at config/installer.php. Key options include:

Troubleshooting

Development

If you want to modify the styling of the installer, you can rebuild the CSS using Tailwind CSS:

  1. Install dependencies:

  2. Build the assets:

  3. For real-time development:

Contributing

Contributions are welcome! Please follow these steps:

  1. Contributions are welcome! Please follow these steps:
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add YourFeature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

We appreciate bug reports, feature requests, and code improvements.

License

This package is open-sourced software licensed under the MIT license.

Credits

Amit Haldar (Eii Tech Solutions https://eiitechsolutions.com)
Built with Laravel and Livewire

If you find this package useful, consider starring the repository on GitHub!


All versions of laravel-installer with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
livewire/livewire Version ^4.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/routing Version ^11.0|^12.0|^13.0
illuminate/view Version ^11.0|^12.0|^13.0
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/filesystem Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eii/laravel-installer contains the following files

Loading the files please wait ...