Download the PHP package railken/laravel-application without Composer
On this page you can find all versions of the php package railken/laravel-application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-application
Laravel Multi Application
A simple loader that permits to split the project in multiple parts or even create multiple application. All the basic functions of laravel will be automatically loaded: Commands, Resources/views, Resources/public, routes, Exceptions/Handler, Providers
Requirements
PHP 5.6.4 or later.
Composer
You can install it via Composer by typing the following command:
Installation
-
Add the folder psr-4 to your
composer.json
and runcomposer update
. -
Add the service provider to the
providers
array inconfig/app.php
- Replace "HandlerException in app/Exceptions/Handler" (Only laravel 5.3 +)
Usage
- Create a new src package folder with
php artisan railken:make:src Example
at the root of your project.
Return view
Assets
Exception Handler (Only laravel 5.3 +)
All versions of laravel-application with dependencies
PHP Build Version
Package Version
The package railken/laravel-application contains the following files
Loading the files please wait ....