syntorit/laravel-admin

Laravel admin panel package

dev-main 2024-09-06 06:04 UTC

This package is not auto-updated.

Last update: 2025-03-08 00:12:01 UTC


README

Laravel Admin A comprehensive admin panel package for Laravel applications. Installation You can install the package via composer: bashCopycomposer require syntorit/laravel-admin This package requires the following dependencies:

intervention/image (2.7) laravel/breeze (^2.1) php-flasher/flasher-laravel (^2.0) santigarcor/laratrust (^8.3) yajra/laravel-datatables-oracle (11.0)

These will be automatically installed when you require this package. Configuration Publish the configuration files: bashCopyphp artisan vendor:publish --provider="YourVendor\LaravelAdmin\Providers\LaravelAdminServiceProvider" --tag="config" This will publish configuration files for Laravel Admin and Laratrust. Usage After installation and configuration, you can access the admin panel at /admin (or the prefix you've configured). [Add more specific usage instructions here] Contributing Please see CONTRIBUTING.md for details. Security If you discover any security related issues, please email your@email.com instead of using the issue tracker. Credits

Your Name

License The MIT License (MIT). Please see License File for more information.