PHPackages                             railken/laravel-application - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. railken/laravel-application

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

railken/laravel-application
===========================

v1.1.1(7y ago)0632PHPPHP &gt;=7.1.3

Since Sep 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/railken/laravel-application)[ Packagist](https://packagist.org/packages/railken/laravel-application)[ RSS](/packages/railken-laravel-application/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Laravel Multi 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
------------

[](#requirements)

PHP 5.6.4 or later.

Composer
--------

[](#composer)

You can install it via [Composer](https://getcomposer.org/) by typing the following command:

```
composer require railken/laravel-manager
```

Installation
------------

[](#installation)

- Add the folder psr-4 to your `composer.json` and run `composer update`.

```
{
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    },
}
```

- Add the service provider to the `providers` array in `config/app.php`

```
Railken\Laravel\App\AppServiceProvider::class,
```

- Replace "HandlerException in app/Exceptions/Handler" (Only laravel 5.3 +)

```
use Railken\Laravel\App\Exceptions\Handler as ExceptionHandler;
```

Usage
-----

[](#usage)

- Create a new src package folder with `php artisan railken:make:src Example` at the root of your project.

### Return view

[](#return-view)

```
return view('Example::index');
```

### Assets

[](#assets)

```
{{ asset('src/Example/assets/welcome/main.css' )}}
```

### Exception Handler (Only laravel 5.3 +)

[](#exception-handler-only-laravel-53-)

```
    public function report(Exception $exception)
    {
        # Report only if it's a custom report
        # echo "A custom report";
    }

    public function render($request, Exception $exception)
    {

        # Return only if it's a custom render
        # The first handler with a return in render method will be used
        # return parent::render($request, $exception);

    }
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~122 days

Recently: every ~153 days

Total

6

Last Release

2596d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.4

v1.1.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea4a9e56b247008aea4d20bb8a555a9f0cb69d0ac69aa8417b29fc37efa2eb5c?d=identicon)[railken](/maintainers/railken)

---

Top Contributors

[![railken](https://avatars.githubusercontent.com/u/26530231?v=4)](https://github.com/railken "railken (21 commits)")

### Embed Badge

![Health badge](/badges/railken-laravel-application/health.svg)

```
[![Health](https://phpackages.com/badges/railken-laravel-application/health.svg)](https://phpackages.com/packages/railken-laravel-application)
```

###  Alternatives

[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2569.6M57](/packages/yajra-laravel-datatables-buttons)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198306.8k](/packages/fumeapp-modeltyper)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

984.0k](/packages/zidbih-laravel-deadlock)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

19253.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
