PHPackages                             anla/skipper - 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. anla/skipper

ActiveLibrary[Admin Panels](/categories/admin)

anla/skipper
============

A Laravel Admin Package

128PHP

Since Dec 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zanjs/skipper)[ Packagist](https://packagist.org/packages/anla/skipper)[ RSS](/packages/anla-skipper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Admin &amp; BREAD System (Browse, Read, Edit, Add, &amp; Delete), made for Laravel 5.3.

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

```
composer require anla/skipper dev-master
```

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

```

Add the Skipper service provider to the `config/app.php` file in the `providers` array:

```
'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    Anla\Skipper\SkipperServiceProvider::class,
    // ...

    // Application Service Providers
    // ...
],
```

Lastly, we can install skipper by running

```
php artisan skipper:install
```

Note: If you don't have composer installed and use composer.phar instead, run the following 2 commands:

```
composer.phar dump-autoload
php artisan db:seed
```

And we're all good to go!

Start up a local development server with `php artisan serve` And, visit  and you can login with the following login credentials:

```
**email:** z@z.com
**password:** skipper

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/bd0bda07cd192ad4fbf21731172b735f43949f9922ce21f06b452f57e4e6aef8?d=identicon)[Anla](/maintainers/Anla)

### Embed Badge

![Health badge](/badges/anla-skipper/health.svg)

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

###  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)
