PHPackages                             abianbiya/laralag - 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. abianbiya/laralag

ActiveLibrary[Admin Panels](/categories/admin)

abianbiya/laralag
=================

Laralag CRUD Generator and Starter Access Management

2.0.0(1mo ago)0145MITJavaScriptPHP ^8.2

Since May 21Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (18)Versions (55)Used By (0)

Simple CRUD Generator and Starter Access Management
===================================================

[](#simple-crud-generator-and-starter-access-management)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b69173efc1df5522e54308b0a83fd8ba25ad318f45510fdadd8840f701eeb9a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616269616e626979612f6c6172616c61672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abianbiya/laralag)[![Total Downloads](https://camo.githubusercontent.com/7ab6dd194a971f2baacfc37ff9ea8dcf41fe18e0e60435ad8ae0f81787c9058b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616269616e626979612f6c6172616c61672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abianbiya/laralag)

This package adds ability to generate CRUD based on the table and manage access users and roles.

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

[](#installation)

You can install the package via composer:

```
composer require abianbiya/laralag
```

and then run

```
php artisan lag:install
```

then add the `HasUuids` and `HasPermissions` traits to your app/Models/User.php

```
use Abianbiya\Laralag\Traits\HasPermissions;
use Illuminate\Database\Eloquent\Concerns\HasUuids;

class User extends Authenticatable
{
    use HasFactory, Notifiable, HasUuids, HasPermissions;
	// rest of the code
```

change the SESSION\_DRIVER to `file` and SESSION\_DOMAIN as your AAPP\_URL and you are ready.

Usage
-----

[](#usage)

### Generating the CRUD

[](#generating-the-crud)

1. Make the migration and do migrate
2. Run artisan make module with the table name in StudlyCase

```
php artisan make:module Post
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Abi Anbiya](https://github.com/abianbiya)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance88

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~92 days

Total

54

Last Release

59d ago

Major Versions

0.3.3 → 1.0.02024-10-31

1.2.4 → 2.0.02026-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e5f4fbc8c4421652cd449543bf6348744fd20e44163a2ac15e2777a520cc258?d=identicon)[abianbiya](/maintainers/abianbiya)

---

Top Contributors

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

---

Tags

abianbiyalaralag

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abianbiya-laralag/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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