PHPackages                             utomo/codage - 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. utomo/codage

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

utomo/codage
============

Simple Reusable for Laravel

v1.2.3(1y ago)038proprietaryJavaScriptPHP ^8.2

Since Aug 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/auliaahmadnurutomo/codage)[ Packagist](https://packagist.org/packages/utomo/codage)[ RSS](/packages/utomo-codage/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

codage
======

[](#codage)

Codeton Generator

Step
====

[](#step)

### 0. Install fresh laravel 10

[](#0-install-fresh-laravel-10)

`composer create-project laravel/laravel:^10.0 example-app`

### 1. Add Package laravel ui

[](#1-add-package-laravel-ui)

`composer require laravel/ui`

### 2. Install Bootstrap Auth Scaffolding

[](#2-install--bootstrap-auth-scaffolding)

`php artisan ui bootstrap --auth`

### 3. Install &amp; Compile Package

[](#3-install--compile-package)

`npm install && npm run build`

### 6. Update session drive to database on .env

[](#6-update-session-drive-to-database-on-env)

`SESSION_DRIVER=database`

### 8. Set queue connection to database on .env

[](#8-set-queue-connection-to-database-on-env)

`QUEUE_CONNECTION=database`

---

Install Codage
--------------

[](#install-codage)

### 1. Add Package utomo/codage

[](#1-add-package-utomocodage)

`composer require utomo/codage`

### 2. Publish

[](#2-publish)

`php artisan vendor:publish --tag=utomo-codage`

### 3. Force to overwrite to new Version

[](#3-force-to-overwrite-to-new-version)

`php artisan vendor:publish --tag=utomo-codage --force`

### 4. Migrate Database

[](#4-migrate-database)

`php artisan migrate`

### 5. Add command to app&gt;Console&gt;Kernel

[](#5-add-command-to-appconsolekernel)

```
protected $commands = [
    Commands\ProtonGenerate::class,
];

```

### 6. Use Bootstrap Pagination on app&gt;Providers&gt;AppServiceProvider

[](#6-use-bootstrap-pagination-on-appprovidersappserviceprovider)

```
use Illuminate\Pagination\Paginator;

public function boot(): void
{
    //
    Paginator::useBootstrap();
}

```

### 7. Include default route to routes&gt;web.php

[](#7-include-default-route-to-routeswebphp)

```
require __DIR__.'/default.php';

```

### 8. Run Laravel

[](#8-run-laravel)

`php artisan serve`

### 9. How to Generate Code

[](#9-how-to-generate-code)

For generate codage skeleton, please refer to [Codefio](https://codefio.gitbook.io/codeton)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% 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 ~65 days

Total

5

Last Release

437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53574a61397716a7f478b2776631c9c8872f68508d2092c11622d7457ebcca9a?d=identicon)[utomo\_it](/maintainers/utomo_it)

---

Top Contributors

[![auliaahmadnurutomo](https://avatars.githubusercontent.com/u/33922365?v=4)](https://github.com/auliaahmadnurutomo "auliaahmadnurutomo (32 commits)")[![utomo-varnion](https://avatars.githubusercontent.com/u/191231161?v=4)](https://github.com/utomo-varnion "utomo-varnion (1 commits)")

### Embed Badge

![Health badge](/badges/utomo-codage/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k1](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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