PHPackages                             ipitchkhadze/lightpages - 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. [Admin Panels](/categories/admin)
4. /
5. ipitchkhadze/lightpages

ActiveLibrary[Admin Panels](/categories/admin)

ipitchkhadze/lightpages
=======================

Page admin crud generator

v1.0.1(9y ago)227JavaScriptPHP &gt;=5.6.4

Since Apr 11Pushed 9y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (0)

LightPages
==========

[](#lightpages)

Laravel 5.4 page crud admin generator

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

[](#installation)

First, you'll need to install the package via Composer:

```
$ composer require ipitchkhadze/lightpages v1.0.*
```

Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
    // ...
    Ipitchkhadze\LightPages\LightPagesServiceProvider::class,
];
```

Then, make migration of lightpages table.

```
php artisan migrate
```

Then, generate needed files for Lightpages.

```
php artisan lightpages:generate
```

Finally, from the command line again, publish assets:

```
php artisan vendor:publish --tag=public --force
```

Visit  to see admin panel.

Done!

Usage
-----

[](#usage)

For creating new pages first you need to add languages.

[![Language crud](https://camo.githubusercontent.com/50d8ee0de0cef3d90feb3a874013efbdd4855f9a9ab3e745b1c1fa5787f4943b/68747470733a2f2f707265766965772e6962622e636f2f646a656a6b6b2f73637265656e63617074757265312e706e67)](https://camo.githubusercontent.com/50d8ee0de0cef3d90feb3a874013efbdd4855f9a9ab3e745b1c1fa5787f4943b/68747470733a2f2f707265766965772e6962622e636f2f646a656a6b6b2f73637265656e63617074757265312e706e67)

After adding languages you can go to /admin/pages and create new pages.

You can change base template in

```
/resources/pages/layout/layout.blade.php

```

You can change page view in

```
/resources/pages/index.blade.php

```

Default page view

[![New page form](https://camo.githubusercontent.com/196410577fb44da698d84839260e03647d811f6a0a98e1b44770f5fe7c4a0566/68747470733a2f2f707265766965772e6962622e636f2f6e51754257512f73637265656e63617074757265332e706e67)](https://camo.githubusercontent.com/196410577fb44da698d84839260e03647d811f6a0a98e1b44770f5fe7c4a0566/68747470733a2f2f707265766965772e6962622e636f2f6e51754257512f73637265656e63617074757265332e706e67)

Have fun!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

3316d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravellightpagespagessimple

### Embed Badge

![Health badge](/badges/ipitchkhadze-lightpages/health.svg)

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

###  Alternatives

[laraveldaily/quickadmin

Package for creating adminpanel in Laravel 5

60735.1k1](/packages/laraveldaily-quickadmin)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[provision/administration

Laravel administration

113.7k2](/packages/provision-administration)

PHPackages © 2026

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