Download the PHP package rifrocket/laravelinstaller without Composer

On this page you can find all versions of the php package rifrocket/laravelinstaller. 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 laravelinstaller

Laravel web Installation wizard Package

Latest Version on Packagist Quality Score Total Downloads

THIS PACKAGE IS STILL UNDER TESTING AND DEVELOPMENT

This package is built on top of the rachidlaasri/laravel-installer package, This package just overcomes some issues that I faced during my project development such as adding new environment elements in installation wizard form and validation of new variables. This package is specially focused to use after the final build of the project, it will use .env.excample file as a template for updating .env file.

key Feature:

1-It will use you predefined environment keys from .env.example.

2-Easy to expand set of environment keys and validations.

3-Multi-lingual support.

Installation

You can install the package via composer:

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:

Usage

Install Routes Notes

In order to install your application, go to the /install route and follow the instructions. Once the installation has run the empty file installed will be placed into the /storage directory. If this file is present the route /install will abort to the 404 page. Update Route Notes

In order to update your application, go to the /update route and follow the instructions. The /update routes count how many migration files exist in the /database/migrations folder and compares that count against the migrations table. If the files count is greater then the /update route will render, otherwise, the page will abort to the 404 page. Additional Files and folders published to your project :

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 [email protected] 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.


All versions of laravelinstaller with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
ext-json Version *
ext-http Version *
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 rifrocket/laravelinstaller contains the following files

Loading the files please wait ....