saw / admin_panel
This demo package will do some admin panel integration
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-06-25 23:36:50 UTC
README
A simple admin panel implementation for Laravel.
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require saw/admin_panel
Laravel 5.x
After updating composer, add the ServiceProvider to the providers array in config/app.php
SAW\AdminPanel\AdminPanelServiceProvider::class
First publish the views and assets files so you can modify it to your needs:
php artisan vendor:publish