serverfireteam/panel is a Laravel package for admin panel for laravel applications.
It currently has 424 GitHub stars and 32.272 downloads on Packagist (latest version 1.9.3.5).
Install it with composer require serverfireteam/panel.
Discover more Laravel packages by serverfireteam
or browse all Laravel packages to compare alternatives.
Last updated
LaravelPanel is a modern Laravel Admin package.
This package provides an easily configurable admin panel for Laravel applications with a CRUD system, UI and more.

First you need to create a laravel 5.8 project.
Add LaravelPanel with runing this code in CMD
composer require serverfireteam/panel
Or Add the package to require section of composer And run the composer update command, the package and its dependencies will be installed.
{
"require": {
"serverfireteam/panel": "1.9.*"
},
}
Add the ServiceProvider of the package to the list of providers in the config/app.php file
'providers' => array(
Serverfireteam\Panel\PanelServiceProvider::class
)
Run the following command in order to publish configs, views and assets.
php artisan panel:install
Go to your domain.com/panel and you can login with the following username and password :
username: [email protected]
password: 12345
for more details read the wiki here
Good news! We're currently available for remote and on-site consulting for small, large and enterprise teams. Please contact [email protected] with your needs and let's work together!