Download the PHP package amir9480/laravel-auto-update without Composer

On this page you can find all versions of the php package amir9480/laravel-auto-update. 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-auto-update

Easy update laravel web application

Latest Version on Packagist Total Downloads

This package help you make update functionality easily.

Installation

Step1: Install the package via composer :

Step2: Publish config files :

Step3: Add APP_VERSION to .env :

Step4: Upload zip file of your project to your host :

Recommended Directories/files to add to zip file.

Step5: Create json information file in your webhost :

Step6: Add json file url to config/laravelautoupdate.php :

Step7: Add javascript code to your views master page :

Do not forget add JQuery before updater script.

Step8: Open your project in browser :

Configuration

middlewares:

Array of middlewares to authorize updates only by admins.

before_update_commands:

Array of commands to run before update. it is recommended to use spatie/laravel-backup and add artisan backup:run to get backup before update.

after_update_commands:

Array of commands to run after application updated.

Note: If you define command like artisan xx then Artisan::call will used otherwise shell_exec will used to run commands. read more

enabled:

You can disable updates for one project via add

to .env file.

temp_path:

Path to save downloading zip.

Cusomization.

If you want to translate/customize text:

and then checkout resources/lang/vendor/laravel-auto-update.

Or if you want to customize styles/scripts:

and then checkout resources/views/vendor/laravel-auto-update.

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 laravel-auto-update with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
illuminate/support Version 5.8.*
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 amir9480/laravel-auto-update contains the following files

Loading the files please wait ....