PHPackages                             mertcanaydin97/ogcrud - 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. mertcanaydin97/ogcrud

ActiveLibrary

mertcanaydin97/ogcrud
=====================

A Laravel Admin Package for OGCRUID to make your life easier and steer your project in the right direction

00PHPCI failing

Since Aug 13Pushed 9mo agoCompare

[ Source](https://github.com/mertcanaydin97/ogcrud)[ Packagist](https://packagist.org/packages/mertcanaydin97/ogcrud)[ RSS](/packages/mertcanaydin97-ogcrud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![OGCRUD Logo](https://camo.githubusercontent.com/6965106b8a217cafb61a51143e5b1ec8fd655f87690f931b793213c6cf1cff45/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f343030783130302f3633363666312f6666666666663f746578743d4f4743525544) ](https://ogcrud.dev)

[![Total Downloads](https://camo.githubusercontent.com/3c122a5dafff77ed3d1de70668eff0c8067d7c01f4a7e53584dd224dc28c8004/68747470733a2f2f706f7365722e707567782e6f72672f6d65727463616e617964696e39372f6f67637275642f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/mertcanaydin97/ogcrud)[![Latest Stable Version](https://camo.githubusercontent.com/50eb004d2bfedddc5cea01d9caaca209f1d05e99a5c4aa3a2cd2e08f896645f2/68747470733a2f2f706f7365722e707567782e6f72672f6d65727463616e617964696e39372f6f67637275642f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/mertcanaydin97/ogcrud)[![License](https://camo.githubusercontent.com/10a6cdfe6961f908658eaae1b20b195513809589c9349aefe419b9b71619466d/68747470733a2f2f706f7365722e707567782e6f72672f6d65727463616e617964696e39372f6f67637275642f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/mertcanaydin97/ogcrud)

**OGCRUD** - The Missing Laravel Admin
======================================

[](#ogcrud---the-missing-laravel-admin)

Made with ❤️ by [Mertcan Aydın](https://mertcanydin.com.tr)

[![OGCRUD Screenshot](https://camo.githubusercontent.com/cff939638d2b8fbaf7ea8cd57489c961120b1535f8ba650d69874e34b96cfd0c/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f383030783430302f3633363666312f6666666666663f746578743d4f47435255442b41646d696e2b50616e656c)](https://camo.githubusercontent.com/cff939638d2b8fbaf7ea8cd57489c961120b1535f8ba650d69874e34b96cfd0c/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f383030783430302f3633363666312f6666666666663f746578743d4f47435255442b41646d696e2b50616e656c)

Website &amp; Documentation:

Video Tutorial Here:

Join our community:

---

Laravel Admin &amp; BREAD System (Browse, Read, Edit, Add, &amp; Delete), supporting Laravel 8 and newer!

Installation Steps
------------------

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

After creating your new Laravel application you can include the OGCRUD package with the following command:

```
composer require mertcanaydin97/ogcrud
```

### 2. Add the DB Credentials &amp; APP\_URL

[](#2-add-the-db-credentials--app_url)

Next make sure to create a new database and add your database credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

You will also want to update your website URL inside of the `APP_URL` variable inside the .env file:

```
APP_URL=http://localhost:8000

```

### 3. Run The Installer

[](#3-run-the-installer)

Lastly, we can install OGCRUD. You can do this either with or without dummy data. The dummy data will include 1 admin account (if no users already exists), 1 demo page, 4 demo posts, 2 categories and 7 settings.

To install OGCRUD without dummy simply run

```
php artisan ogcrud:install
```

If you prefer installing it with dummy run

```
php artisan ogcrud:install --with-dummy
```

And we're all good to go!

Start up a local development server with `php artisan serve` And, visit .

Creating an Admin User
----------------------

[](#creating-an-admin-user)

If you did go ahead with the dummy data, a user should have been created for you with the following login credentials:

> **email:** `admin@admin.com`
> **password:** `password`

NOTE: Please note that a dummy user is **only** created if there are no current users in your database.

If you did not go with the dummy user, you may wish to assign admin privileges to an existing user. This can easily be done by running this command:

```
php artisan ogcrud:admin your@email.com
```

If you did not install the dummy data and you wish to create a new admin user, you can pass the `--create` flag, like so:

```
php artisan ogcrud:admin your@email.com --create
```

And you will be prompted for the user's name and password.

Sponsors
--------

[](#sponsors)

OGCRUD is proudly supported by our amazing sponsors. A big thank you to:

[![DigitalOcean Referral Badge](https://camo.githubusercontent.com/1d3e2d5421045823f22834ed67277dd4aa268901c1d598cc55c79f5d0a0baebc/68747470733a2f2f7765622d706c6174666f726d732e73666f322e63646e2e6469676974616c6f6365616e7370616365732e636f6d2f5757572f4261646765253230332e737667)](https://www.digitalocean.com/?refcode=dc19b9819d06&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mertcanaydin97-ogcrud/health.svg)

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

PHPackages © 2026

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