PHPackages                             herurahmat/laraton - 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. herurahmat/laraton

ActiveProject

herurahmat/laraton
==================

The Laravel Skeleton.

1.0.0(6y ago)412[22 PRs](https://github.com/herurahmatold/laraton/pulls)MITPHPPHP ^7.2

Since Nov 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/herurahmatold/laraton)[ Packagist](https://packagist.org/packages/herurahmat/laraton)[ RSS](/packages/herurahmat-laraton/feed)WikiDiscussions master Synced today

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

Laraton
=======

[](#laraton)

Skeleton/ Complete App Starter with Laravel

Developed by [herurahmat](https://github.com/herurahmat)

Environment
-----------

[](#environment)

- PHP 7.2.10
- MySQL 8.0.16-Mysql Community
- Laravel 6.2

How to Implement
----------------

[](#how-to-implement)

- Git Clone
- Packagist `composer create-project herurahmat/laraton yourproject`
- Run `composer install`
- Copy `.env` file from `.env.example` using command `cp .env.example .env` then make some configs in `.env` file (please check `Config .env` Section)
- Make sure `DB_DATABASE` is set correctly in `.env` file then run `php artisan migrate`
- Run php artisan db:seed
- If migration is failed, please run `composer dump-autoload` first and remove any table(s) in database before execute migrate again
- Default admin user is `admin` with password `admin`
- Make Controller, php artisan make:controller . Code to call view :

```
$data=my_dummy_data();
return laraview('my.view',['title'=>'My Title'],$data);
```

- In view blade. You not create script for template again. It's Automatically !!
- Please show app\\Helpers for another cheating script !!

How to Update
-------------

[](#how-to-update)

```
cd you-project-folder
git pull origin master
```

Documentation
-------------

[](#documentation)

[https://github.com/herurahmat/laraton-doc](https://github.com/herurahmat/laraton-doc "Documentation")

Modules
-------

[](#modules)

- Login
- Template
- Helper
- Avatar
- Thumbnail Image Upload
- Profile
- User Manager
- Usergroup Manager
- Application Configuration
- Company Configuration
- Logo &amp; Favicon
- Secure (XSS Clean)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 99.3% 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 ~158 days

Total

2

Last Release

2213d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f124a5cfa624f1aad5c51a031044b135eb90a95c89a00f6721c2ee61c7f63c7?d=identicon)[eyuprog](/maintainers/eyuprog)

---

Top Contributors

[![herurahmat](https://avatars.githubusercontent.com/u/6751529?v=4)](https://github.com/herurahmat "herurahmat (147 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelphplaravelSkeletonlaraton

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/herurahmat-laraton/health.svg)

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

###  Alternatives

[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)

PHPackages © 2026

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