PHPackages                             nuwira/tunggorono - 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. [Framework](/categories/framework)
4. /
5. nuwira/tunggorono

AbandonedArchivedProject[Framework](/categories/framework)

nuwira/tunggorono
=================

Base application based on Laravel 5 to ease our job.

1.1.1(11y ago)014MITJavaScript

Since Mar 11Pushed 6y ago6 watchersCompare

[ Source](https://github.com/Nuwira/tunggorono)[ Packagist](https://packagist.org/packages/nuwira/tunggorono)[ RSS](/packages/nuwira-tunggorono/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (7)Used By (0)

Tunggorono
==========

[](#tunggorono)

[![Build Status](https://camo.githubusercontent.com/01f26ca5101e4da2d331cf76aafe1871b4b79797094ef309969fa56531be422a/68747470733a2f2f7472617669732d63692e6f72672f4e75776972612f74756e67676f726f6e6f2e737667)](https://travis-ci.org/Nuwira/tunggorono)

Base application based on Laravel 5.1 (LTS) to ease our job.

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

[](#installation)

### Composer

[](#composer)

Run this command from `path/where/to/install`.

```
composer create-project nuwira/tunggorono path/where/to/install --prefer-dist --dev
```

Or you can clone this repository and then `composer install` from the path.

### Set Environment

[](#set-environment)

Copy `.env.example` file to `.env` and then edit the `.env` file, fill the database section.

```
APP_ENV=local
APP_DEBUG=true
APP_KEY=rKgGw2WsrWMAeO2fCJ7nUssERmp61uYW

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=file
SESSION_DRIVER=file
```

Assets Management
-----------------

[](#assets-management)

For assets, please install [NPM](https://www.npmjs.com) and [Bower](http://bower.io). From root directory, run this command.

### Install NPM

[](#install-npm)

Bower need NPM to run, so install the NPM requirements.

```
npm install
```

### Using Bower

[](#using-bower)

Install assets components using [Bower](http://bower.io):

```
bower install
```

It will install [Bootstrap](http://getbootstrap.com), [jQuery](https://jquery.com), and [Font-Awesome](http://fontawesome.io) to `bower_components` directory.

For configuration, check `bower.json` file.

### Using Elixir

[](#using-elixir)

To compiled these assets, we use [Gulp](http://gulpjs.com). Run the compilation using this command.

```
gulp
```

The assets will be placed in `public/css` for CSS, `public/js` for JS, and `public/fonts` for fonts. Elixir will generate `public/build` that will be used for assets versioning.

For configuration, check `gulp.js` file.

Database Migration
------------------

[](#database-migration)

Do migration to build the base data structure.

```
php artisan migrate --seed
```

Login
-----

[](#login)

Now you can login using this account.

```
Username: nuwira
Password: nuwira

```

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~6 days

Total

3

Last Release

4067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/809de97d088b0eff358f96141a31bd8897216a03175448192de140f2723bdea6?d=identicon)[matriphe](/maintainers/matriphe)

---

Top Contributors

[![matriphe](https://avatars.githubusercontent.com/u/277262?v=4)](https://github.com/matriphe "matriphe (16 commits)")[![Cengkaruk](https://avatars.githubusercontent.com/u/629402?v=4)](https://github.com/Cengkaruk "Cengkaruk (2 commits)")[![cheanizer](https://avatars.githubusercontent.com/u/916323?v=4)](https://github.com/cheanizer "cheanizer (2 commits)")

---

Tags

frameworklaraveltunggorono

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuwira-tunggorono/health.svg)

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

###  Alternatives

[marketplacekit/marketplacekit

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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