Download the PHP package pictastudio/venditio-admin without Composer
On this page you can find all versions of the php package pictastudio/venditio-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pictastudio/venditio-admin
More information about pictastudio/venditio-admin
Files in pictastudio/venditio-admin
Package venditio-admin
Short Description This is my package venditio-admin
License MIT
Homepage https://github.com/pictastudio/venditio-admin
Informations about the package venditio-admin
This is my package venditio-admin
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
Then initialize filament with the following command
You can install the package with:
Optionally, you can publish the views using
Optionally, you can publish the translations using
This is the contents of the published config file:
Auth
To manage auth and permissions this package uses PictaStudio\VenditioCore\Managers\Contracts\AuthManager
from the core package.
In order to authoriza access to the filament panel the instance of PictaStudio\VenditioCore\Managers\Contracts\AuthManager
that is binded into the container must implement the canAccessAdminPanel
method
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- PictaStudio
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of venditio-admin with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^10.0
pictastudio/venditio-core Version ~0.1
spatie/laravel-package-tools Version ^1.15.0