PHPackages                             rocket-firm/rdrive-core - 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. rocket-firm/rdrive-core

ActiveLibrary[Admin Panels](/categories/admin)

rocket-firm/rdrive-core
=======================

Rocket Drive - Laravel Admin Package

3741[24 PRs](https://github.com/rocket-firm/rdrive-core/pulls)PHP

Since Jul 26Pushed 3y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (29)Used By (0)

TODO
====

[](#todo)

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

[](#installation)

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

```
composer require rocket-firm/rdrive-core
```

Next make sure to create a new database and add your database credentials to your .env file, you will also want to add your application URL in the `APP_URL` variable:

```
APP_URL=http://project.test

DB_DATABASE=db_project
DB_USERNAME=root
DB_PASSWORD=
```

In `config/app.php` (Laravel) you should replace Laravel's translation service provider

```
Illuminate\Translation\TranslationServiceProvider::class,
```

by the one included in this package:

```
Spatie\TranslationLoader\TranslationServiceProvider::class,
```

Finally, we can install Rdrive. You can choose to install Rdrive with dummy data or without the dummy data. The dummy data will include 1 admin account (if no users already exist), 1 demo page, 4 demo posts, 2 categories and 7 settings.

 Install without dummy data```
php artisan rdrive:install

php artisan migrate
```

 Install with dummy data```
php artisan rdrive:install --with-dummy

php artisan migrate

composer dump-autoload

php artisan db:seed --class=RdriveDummyDatabaseSeeder
```

Then add these dummy routes in your `api.php` file:

```
Route::apiResources(['countries' => 'API\Admin\CountryController']);
```

---

And we're all good to go!
Start up a local development server with php artisan serve And, visit the URL  in your browser.

If you installed with the dummy data, a user has been created for you with the following login credentials:

> **email**:
> **password**: 123456

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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/29eaf1b44ccd6f1aa01e8e33a1f79671aa8f3159569ed7970715efcc9a57cc64?d=identicon)[altynbek07](/maintainers/altynbek07)

---

Top Contributors

[![altynbek07](https://avatars.githubusercontent.com/u/20629188?v=4)](https://github.com/altynbek07 "altynbek07 (77 commits)")[![maximten](https://avatars.githubusercontent.com/u/5945414?v=4)](https://github.com/maximten "maximten (14 commits)")[![lipricon01](https://avatars.githubusercontent.com/u/29378901?v=4)](https://github.com/lipricon01 "lipricon01 (4 commits)")[![daitkhealex](https://avatars.githubusercontent.com/u/9998849?v=4)](https://github.com/daitkhealex "daitkhealex (3 commits)")

### Embed Badge

![Health badge](/badges/rocket-firm-rdrive-core/health.svg)

```
[![Health](https://phpackages.com/badges/rocket-firm-rdrive-core/health.svg)](https://phpackages.com/packages/rocket-firm-rdrive-core)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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