PHPackages                             yish/autopage - 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. yish/autopage

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

yish/autopage
=============

Auto load static page and generate routes for laravel.

1.0.1(5y ago)12721MITPHPPHP &gt;=7

Since Sep 17Pushed 5y agoCompare

[ Source](https://github.com/Mombuyish/Laravel-Auto-Page)[ Packagist](https://packagist.org/packages/yish/autopage)[ RSS](/packages/yish-autopage/feed)WikiDiscussions master Synced 4d ago

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

[![](https://camo.githubusercontent.com/6fe4f351233cc409a1b346b0103f7a29f0cfb0be298b57ff65b0102a28e78a94/68747470733a2f2f692e696d6775722e636f6d2f534f36683478622e706e67)](https://camo.githubusercontent.com/6fe4f351233cc409a1b346b0103f7a29f0cfb0be298b57ff65b0102a28e78a94/68747470733a2f2f692e696d6775722e636f6d2f534f36683478622e706e67)

> This package will help you super faster to create page without set route and auto generate specific route.

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

[](#installation)

```
$ composer require yish/autopage
```

Support auto discovery and you don’t want to do u can don’t discover and register `Yish\AutoPage\AutoPageServiceProvider::class`

Next, you need to create directory `pages` in `resources/views`, or you can use:

```
$ php artisan vendor:publish
```

To publish config `auto-page.php` setting the directory and other settings.

Usage
-----

[](#usage)

For example, you want to make `http://localhost/hello` you need to `web.php` and create route and make closure or controller, for now you don’t do this, you can negative to `resources/views/pages` and create `hello.blade.php` put in your html an code and done it.

```
// hello.blade.php
Hello, world
```

Try to visit `http://localhost/hello` and will see `Hello, world` it’s pretty amazing, right?

Supported 1 slug(required) and 5 options uri, so you can do: `resources/views/hello/a/b/c/d/e`, and visit `http://localhost/hello/a/b/c/d/e`

[![](https://camo.githubusercontent.com/d77008d33ce88571ea664e884ee4c5afc2abb8b440034b2770755692f0b4a457/68747470733a2f2f692e696d6775722e636f6d2f42413658466a642e706e67)](https://camo.githubusercontent.com/d77008d33ce88571ea664e884ee4c5afc2abb8b440034b2770755692f0b4a457/68747470733a2f2f692e696d6775722e636f6d2f42413658466a642e706e67)

Optional
--------

[](#optional)

Sometimes, you need to add the customization whoops page for situations. For example, your directory is `resources/views/hello` but you need to set whoops for this directory, add `whoops.blade.php` on the same directory layer, if you want to customize specific whoops, you can do the same above, otherwise it will aborting 404 by default.

Enjoy it 🎉

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Every ~144 days

Recently: every ~180 days

Total

6

Last Release

2075d ago

Major Versions

0.1.3 → 1.0.02020-03-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8007787?v=4)[Yish](/maintainers/Mombuyish)[@Mombuyish](https://github.com/Mombuyish)

---

Top Contributors

[![Mombuyish](https://avatars.githubusercontent.com/u/8007787?v=4)](https://github.com/Mombuyish "Mombuyish (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yish-autopage/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

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