syntorit / laravel-admin
Laravel admin panel package
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.2
- intervention/image: ^2.7
- laravel/breeze: ^2.1
- laravel/framework: ^11.0
- php-flasher/flasher-laravel: ^2.0
- santigarcor/laratrust: ^8.3
- yajra/laravel-datatables-oracle: ^11.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.0
- phpunit/phpunit: ^11.0
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.