PHPackages                             larvelcode/panel - 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. larvelcode/panel

ActiveLibrary

larvelcode/panel
================

larvel Adminpanel

038JavaScript

Since Aug 14Pushed 6y agoCompare

[ Source](https://github.com/Uchiha-AhmedSaad/larvelcode-panel)[ Packagist](https://packagist.org/packages/larvelcode/panel)[ RSS](/packages/larvelcode-panel/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Have you encountered a problem that you want to work the control panel for Admin quickly without consuming your time now you can do it with the larvelcode-panel Now you can work without wasting your valuable time We help you make a control panel one click

Install
-------

[](#install)

first you setup laravel framwork by enter this :-

```
composer create-project --prefer-dist laravel/laravel blog
```

Remove word blog and write your folder project name.

Note:- you must make laravel like in real server i give you an example:-
------------------------------------------------------------------------

[](#note--you-must-make-laravel-like-in-real-server-i-give-you-an-example-)

1- rename server.php to index.php.

2- copy .htaccess from public directory to your larvel project main directory i mean in your larvel project directory .

Using Composer

```
composer require larvelcode/panel:dev-master

```

Add the service provider to `config/app.php`

```
        Collective\Html\HtmlServiceProvider::class,
        Codecourse\Notify\NotifyServiceProvider::class,
        larvelcode\panel\LaravelPanelProvider::class,
```

add to aliases

```
        'Form' => Collective\Html\FormFacade::class,
        'Html' => Collective\Html\HtmlFacade::class,
        'Notify' => Codecourse\Notify\Facades\Notify::class,
```

open app/Http/kernal.php on protected $routeMiddleware add this

```
'admin'      =>\App\Http\Middleware\IsAdmin::class,
```

add to app/provider/AuthServiceProvider

```
    protected $policies = [
        'App\User' => 'App\Policies\UserPolicy',
    ];
```

Usage
-----

[](#usage)

### Basic

[](#basic)

From your application, in your controller.

```
php artisan storage:link

php artisan make:auth

php artisan vendor:publish

php artisan make:migrate

```

and then press 0 to copy all files in directory

now you adminpanel ready to start go to :-

```
http://your-host/adminpanel

```

your username Email is:- password:- 123456 change your-host with your host or localhost if you are in local environment.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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/f216a94af6e80657be067c68a354865850285c0efe74166433be3ed4ec343fff?d=identicon)[Uchiha-AhmedSaad](/maintainers/Uchiha-AhmedSaad)

---

Top Contributors

[![Uchiha-AhmedSaad](https://avatars.githubusercontent.com/u/34682185?v=4)](https://github.com/Uchiha-AhmedSaad "Uchiha-AhmedSaad (64 commits)")

### Embed Badge

![Health badge](/badges/larvelcode-panel/health.svg)

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

PHPackages © 2026

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