acid23m / laravel-admin
Admin panel for Laravel application.
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-extension
Requires
- php: ^8.0
- ext-curl: *
- ext-intl: *
- ext-pdo: *
- ext-sqlite3: *
- dg/adminer-custom: ^v1.0
- hassankhan/config: ^2.0
- illuminate/auth: ^8.0
- illuminate/support: ^8.0
- kyslik/column-sortable: ^6.0
- laravel/ui: ^v3.0
- league/glide-laravel: ^1.0
- predis/predis: ^v1.0
- spatie/laravel-glide: ^3.0
- spatie/laravel-html: ^2.0
- spatie/laravel-image-optimizer: ^1.0
- spatie/laravel-sitemap: ^5.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-21 05:26:58 UTC
README
Administrative part for the Site. Template is based on Bootstrap 4 and BootAdmin.
This package provides some useful functionality:
- Users with roles
- Login / logout
- Application settings
- Widgets for Blade
- Dashboard tools
Installation
The preferred way to install this extension is through Composer.
composer require --prefer-dist acid23m/laravel-admin
Once the extension is installed, do next:
- Install
make
tool.
sudo apt install make
- Install package.
php artisan admin:install php artisan vendor:publish
Usage
Go to https://your.site.com/admin.
Read the Documentation.
License
All contents of this package are licensed under the MIT license.