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)1PHP

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 3w ago

READMEChangelogDependenciesVersions (29)Used By (1)

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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community16

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://avatars.githubusercontent.com/u/20629188?v=4)[Altynbek](/maintainers/altynbek07)[@altynbek07](https://github.com/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)
```

PHPackages © 2026

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