programic / laravel-admin-ui
Laravel extension
Installs: 393
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Type:package
Requires
- php: ^5.6|^7.0|^8.0
- laravel/framework: ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
This package is auto-updated.
Last update: 2024-11-19 17:02:19 UTC
README
This package is an admin dashboard for Laravel
Installation
This package requires PHP 5.6 and Laravel 5.0 or higher.
composer require programic/laravel-pro-admin
Publish vendor assets
php artisan vendor:publish --provider="Programic\ProAdmin\ProAdminServiceProvider"
Install dashboard
php artisan pro-admin:install
Usage
Make sure all the construct bindings in the notifications are typed. In the
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email info@programic.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.