PHPackages                             jennairaderafaella/inlite - 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. jennairaderafaella/inlite

ActiveLibrary

jennairaderafaella/inlite
=========================

this modules i'm made for Jennaira De Rafaella

1.1.1(9mo ago)09MITPHP

Since Nov 25Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/achaii/jennairaderafaella-inlite)[ Packagist](https://packagist.org/packages/jennairaderafaella/inlite)[ RSS](/packages/jennairaderafaella-inlite/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)DependenciesVersions (11)Used By (0)

Jennairaderafaella/inlite
=========================

[](#jennairaderafaellainlite)

**jennairaderafaella/inlite** is a Laravel package designed to simplify maintenance with a lightweight version. It can be combined with other JavaScript frameworks, including Livewire. Additionally, this module can automatically initialize routes based on your preferences without interfering with other route functions. This package follows the Laravel MVC pattern and also supports the repository and/or service pattern methods. It is fully compatible with Laravel 11.

Install
-------

[](#install)

To install using Composer, run the following command:

```
composer require jennairaderafaella/inlite

```

Currently, Composer installation is still being prepared.

Configuration
-------------

[](#configuration)

### For Laravel 11 and later:

[](#for-laravel-11-and-later)

To use the package, you can manually register it. Locate the `bootstrap/provider.php` file and add the following lines:

```
    return [
        App\Providers\AppServiceProvider::class,
        \Jennairaderafaella\Inlite\InliteServiceProvider::class
    ];
```

### For Laravel 10:

[](#for-laravel-10)

Locate the config/app.php file and add the service provider in the appropriate section:

```
    'providers' => ServiceProvider::defaultProviders()->merge([

    /*
    * Application Service Providers...
    */
    Jennairaderafaella\Inlite\InliteServiceProvider::class

    ])->toArray(),
```

First Used
----------

[](#first-used)

### Module Initialization:

[](#module-initialization)

To initialize the module, run the following command in your terminal:

```
php artisan jenna:install
```

### Module Initialization:

[](#module-initialization-1)

To add a new module, execute this command:

```
php artisan jenna:inlite namemodule
```

### Creating a Separate Folder for API and Views:

[](#creating-a-separate-folder-for-api-and-views)

Sometimes, a module requires a dedicated folder to separate APIs and views. To achieve this, run the command below:

```
php artian jenna:inlite/api namemodule
```

### Configuration js or/and css at directory modules

[](#configuration-js-orand-css-at-directory-modules)

For Laravel Mix to build, configure the webpack.mix.js file and add the following line of code:

```
'resources/views/modules/**/**/*.js'

```

At vite folowing line this code, edit at resources/js/app.js:

```
import '../../../resources/views/modules/**/Assets/css/*.css';
import '../../../resources/views/modules/**/Assets/js/*.js';

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~33 days

Recently: every ~58 days

Total

8

Last Release

295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63edcc16eddfe4a30c0426f796cbf7d95e29a485390b6595986a953bcf7806ab?d=identicon)[achaii](/maintainers/achaii)

---

Top Contributors

[![achaii](https://avatars.githubusercontent.com/u/5040392?v=4)](https://github.com/achaii "achaii (23 commits)")

---

Tags

laravellitemodulephp8

### Embed Badge

![Health badge](/badges/jennairaderafaella-inlite/health.svg)

```
[![Health](https://phpackages.com/badges/jennairaderafaella-inlite/health.svg)](https://phpackages.com/packages/jennairaderafaella-inlite)
```

PHPackages © 2026

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