novuslogics / admin_panel
Basic Laravel Admin panel with template and basic auth operations
Installs: 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
This package is auto-updated.
Last update: 2025-05-29 01:44:45 UTC
README
About Admin Panel
Installation
Require this package with composer.
composer composer require novuslogics/admin_panel
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="Novuslogics\AdminPanel\ServiceProvider"
Usage
Label
<x-admin_panel::label for="label" value="Label" class="required" />
Input
<x-admin_panel::input type="text" name="text" placeholder="Text input"/> <x-admin_panel::input type="email" name="email" placeholder="Email input"/> <x-admin_panel::input type="password" name="password" placeholder="Password input"/>
Button
<x-admin_panel::button class="btn-primary">Primary Button</x-admin_panel::button>
License
The package is open-sourced software licensed under the MIT license.