Download the PHP package ge-tracker/octane-helpers without Composer
On this page you can find all versions of the php package ge-tracker/octane-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ge-tracker/octane-helpers
More information about ge-tracker/octane-helpers
Files in ge-tracker/octane-helpers
Download ge-tracker/octane-helpers
More information about ge-tracker/octane-helpers
Files in ge-tracker/octane-helpers
Vendor ge-tracker
Package octane-helpers
Short Description Helper code for Laravel Octane
License MIT
Homepage https://github.com/ge-tracker/octane-helpers
Package octane-helpers
Short Description Helper code for Laravel Octane
License MIT
Homepage https://github.com/ge-tracker/octane-helpers
Please rate this library. Is it a good library?
Informations about the package octane-helpers
Octane Helpers
This package will provide some basic functionality to our various Laravel Octane projects.
Installation
After installation, the BootApplication
class should be added to the RequestReceived
listener in octane.php
:
Routing
We can make use of Octane's builtin routing to serve requests that bypass Laravel's router (and middleware) to serve data very fast.
With a basic controller that extends OctaneController
:
We can add the following to our web.php
routes file:
All versions of octane-helpers with dependencies
PHP Build Version
Package Version
The package ge-tracker/octane-helpers contains the following files
Loading the files please wait ....