PHPackages                             markpurser/laravel-crudkit - 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. [Framework](/categories/framework)
4. /
5. markpurser/laravel-crudkit

ActiveLibrary[Framework](/categories/framework)

markpurser/laravel-crudkit
==========================

Open source CRUD framework for Laravel

0.1.2(9y ago)151.0k4[1 issues](https://github.com/markpurser/laravel-crudkit/issues)MITPHPPHP &gt;=5.4.0

Since Feb 17Pushed 8y ago5 watchersCompare

[ Source](https://github.com/markpurser/laravel-crudkit)[ Packagist](https://packagist.org/packages/markpurser/laravel-crudkit)[ RSS](/packages/markpurser-laravel-crudkit/feed)WikiDiscussions master Synced 2mo ago

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

laravel-crudkit
===============

[](#laravel-crudkit)

[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://github.com/markpurser/laravel-crudkit/blob/master/LICENSE)

Open source CRUD framework for Laravel 5.3+.

[![Admin-panel](https://camo.githubusercontent.com/ca381b49688dbdc82b27222d164fe1bbb345761cd337357942316f6fa59032a5/687474703a2f2f6d61726b7075727365722e636f2e756b2f6c61726176656c2d637275646b69742d646f63732f61646d696e2d70616e656c2e706e67)](https://camo.githubusercontent.com/ca381b49688dbdc82b27222d164fe1bbb345761cd337357942316f6fa59032a5/687474703a2f2f6d61726b7075727365722e636f2e756b2f6c61726176656c2d637275646b69742d646f63732f61646d696e2d70616e656c2e706e67)

Should use this if...
---------------------

[](#should-use-this-if)

- You need a front-end to your existing MySQL or Sqlite relational database
- You don't require a graphical builder or generator

Getting started
---------------

[](#getting-started)

Install Laravel 5.3 or above.

Require this package with composer using the following command:

```
composer require markpurser/laravel-crudkit
```

After updating composer, add the service providers to the `providers` array in `config/app.php`

```
Markpurser\LaravelCrudKit\CrudKitServiceProvider::class,
Markpurser\LaravelCrudKit\Demo\BooksServiceProvider::class,
```

Publish the configuration file and public assets.

```
php artisan vendor:publish --provider="Markpurser\LaravelCrudKit\CrudKitServiceProvider"
```

In your .env file, set up your database connection to point to the example sqlite3 file.

```
DB_CONNECTION=sqlite
DB_DATABASE=/absolute/path/to/vendor/markpurser/laravel-crudkit/src/Demo/books.sqlite3
```

In your browser, go to `http://localhost:8000/admin-panel`

Features
--------

[](#features)

Many of the features that were experimental or incomplete in the original  are now working, including:

- Many-to-one and many-to-many relationships
- Datetime data types
- Enum and boolean data types
- Correct pagination of entries in the summary view
- Simple search
- Support for soft delete and Laravel timestamps
- Improved fluent interface to define tables, pages and relationships

Inspired by , this project is a complete rewrite with a simplified codebase.

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

[](#documentation)

Future Roadmap
--------------

[](#future-roadmap)

- Integration with Laravel Eloquent ORM
- Postgres, Sql Server

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

[](#contributing)

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Credits
-------

[](#credits)

Licensing
---------

[](#licensing)

The code in this project is licensed under MIT license.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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

3371d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/522799e29d1e1a9d77430b29a7b1e1041d35f7eb248023c37406b34f8f9eab77?d=identicon)[markpurser](/maintainers/markpurser)

---

Top Contributors

[![markpurser](https://avatars.githubusercontent.com/u/1463357?v=4)](https://github.com/markpurser "markpurser (22 commits)")[![greut](https://avatars.githubusercontent.com/u/1388?v=4)](https://github.com/greut "greut (1 commits)")

---

Tags

cruddatabaseframeworkfront-endguimysqlscaffoldsqlsqlite3frameworklaraveldatabasescaffoldsqlguiinterfacecrudfrontendcrudkitlaravel-crudkit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/markpurser-laravel-crudkit/health.svg)

```
[![Health](https://phpackages.com/badges/markpurser-laravel-crudkit/health.svg)](https://phpackages.com/packages/markpurser-laravel-crudkit)
```

###  Alternatives

[amranidev/scaffold-interface

A Smart CRUD Generator For Laravel

92120.7k1](/packages/amranidev-scaffold-interface)[laravel/database

Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support

10035.8k1](/packages/laravel-database)

PHPackages © 2026

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