PHPackages                             petehouston/laio - 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. [Templating &amp; Views](/categories/templating)
4. /
5. petehouston/laio

ActiveProject[Templating &amp; Views](/categories/templating)

petehouston/laio
================

A basic Laravel application template for quickly bootstraping websites.

1.0.0(11y ago)06MITPHP

Since May 7Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (2)Used By (0)

LAIO: an AIO Laravel template.
------------------------------

[](#laio-an-aio-laravel-template)

This is a basic Laravel application template for quickly bootstraping websites.

### How to use it.

[](#how-to-use-it)

**1.Create a new project using composer.**

```
$ php composer create-project petehouston/laio YOUR_PROJECT_NAME
$ php composer install

```

**2.Provided commands.**

- Spawn a **Seeder** class:

```
$ php artisan spawn:seeder SEEDER_NAME
for example:
$ php artisan spawn:seeder User

```

A **Seeder** class will be generated at `/database/seeds/`.

- Spawn an **Observer** class:

```
$ php artisan spawn:observer OBSERVER_NAME
for example:
$ php artisan spawn:observer User

```

An **Observer** class will be generated at `/app/Observers/`.

- Spawn a **ViewComposer** class:

```
$ php artisan spawn:view.composer VIEWCOMPOSER_NAME
for example:
$ php artisan spawn:view.composer Navbar

```

A **ViewComposer** class will be generated at `/app/Views/Composers/`.

**3. Support helpers functions.**

It's easy. Just create a new `.php` file under `/app/Helpers/`.

A template file `/app/Helpers/helpers.php` is already provided for your references if you don't know how to write helpers properly.

**4. Environment settings**

Checkout the `.env.example.php` for available keys.

### Anything more?

[](#anything-more)

I don't know. I just make this for my personal work.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4030d ago

### Community

Maintainers

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

---

Top Contributors

[![petehouston](https://avatars.githubusercontent.com/u/9006720?v=4)](https://github.com/petehouston "petehouston (15 commits)")

---

Tags

laraveltemplatebootstrapaio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/petehouston-laio/health.svg)

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

###  Alternatives

[acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

1.8k387.2k8](/packages/acacha-admin-lte-template-laravel)[vikdiesel/admin-one-laravel-dashboard

Admin One - Laravel Dashboard Preset (SPA)

1435.5k](/packages/vikdiesel-admin-one-laravel-dashboard)[hieu-le/laravel-dashboard

A starting template for Laravel 5 dashboards

312.6k](/packages/hieu-le-laravel-dashboard)

PHPackages © 2026

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