Download the PHP package biggo6/laravel-updater without Composer

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

Laravel 4.2 Self-Updater

This is a Laravel 4.2 package which supports self-update of Laravel applications. You only need a remote webserver which holds the update files.

Laravel 5.1+ Self-Updater

Go to this https://github.com/thetodd/laravel-updater

Requirements

Installation

a) Run

b) Add service provider to /config/app.php file.

c) Create a version.json file in the root directory.

d) Publish config file. (optionally)

Usage

This package registers some new routes.

You can check if there is a new application version when you type self-updater/check in your web browser after the base url of your application.

You can automatically update your application with the url self-updater/update.

Customizing Views

This command will move the package's views into the app/views/packages directory. If this directory doesn't already exist, it will be created when you run the command. Once the views have been published, you may tweak them to your liking! The exported views will automatically take precedence over the package's own view files.

Remote version file

The remote version file holds the up to date version of the application. It also defines where to find the update package.

Configuration

If you published the configuration fiels with the config:publish artisan command, you can specify your own remote server.

You can easily set this parameter in . The URI should not have a trailing slash and the remote_version.json file on the webserver must be accessible.

Credits

https://github.com/thetodd/laravel-updater


All versions of laravel-updater with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
illuminate/support Version 4.2.*
naneau/semver 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 biggo6/laravel-updater contains the following files

Loading the files please wait ....