Download the PHP package laralogapp/laralog without Composer

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

https://laralog.app

This package is can be used in conjunction with https://laralog.app to enable free, simple and central remote viewing for Laravel logs.

The idea of this package is to provide a central interface where you can view your logs for all of your Laravel applications in an easy to read, responsive format.

It's not meant to replace services such as papertrail. https://laralog.app never stores log data, it accesses your log data (how much is up to you) over HTTP protocol and provides an interface to read, search and filter your Laravel logs for as many Laravel applications as you need.

Installation

Require laralogapp/laralog package and update your dependencies.

If you're using Laravel 5.4 and below you need to add the service provider to your providers array otherwise autodiscovery is used.

Publish the package's configuration

Configuration

[REQUIRED] - This is a shared secret between your application and https://laralog.app's interface. You need to set this to either a custom key or to the one generated when creating a new application at https://laralog.app.

Notes

Laralog accesses your log data through the client, so your log data will never touch Laralog's server. The exception to this rule is for HTTP connections. HTTP connections are proxied through Laralog's server to prevent browsers throwing mixed content errors.

Write your own interface

This package doesn't have to be used with https://laralog.app. Feel welcome to use this package's json endpoints to write your own front end to view and manage logs.

Endpoint

Example Successful Response - 200

size is in bytes

Endpoint

Parameters

Example Successful Response - 200

Note - each line of the stacktrace is separated by a new line.


All versions of laralog with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version >=5.1
jalle19/php-whitelist-check Version ^1.0
asm89/stack-cors Version ^1.2
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 laralogapp/laralog contains the following files

Loading the files please wait ....