Download the PHP package carolezountangni/log-supervisor without Composer
On this page you can find all versions of the php package carolezountangni/log-supervisor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carolezountangni/log-supervisor
More information about carolezountangni/log-supervisor
Files in carolezountangni/log-supervisor
Package log-supervisor
Short Description Save all user logs on a Laravel Application
License MIT
Homepage https://github.com/carolezountangni/LogSupervisor
Informations about the package log-supervisor
LogSupervisor
Save all user logs on a Laravel Application
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
Install
Via Composer
Setup Migrations and Model
Dans votre fichier config/app.php, ajoutez le service provider dans le tableau providers :
Dans votre fichier app/Http/Kernel.php, ajoutez le middleware comme ceci :
Publier les migrations et le fichier de configuration
Affichage des logs au niveau d'une liste d'utilisateurs que vous avez créée par le biais d'un bouton.
Votre table d'utilisateur dit s'appeler "User" obligatoirement
Gérer les middleware et le prefix des routes du package.
Accès aux vues du package
Once the installation is complete, you will be able to access Log Supervisor directly in your browser.
By default, the application is available at: {APP_URL}/log-supervisor
or {APP_URL}/MY_PACKAGE_PREFIX
.
(for example: https://my-app.test/log-supervisor
)
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Carole Zountangni
- All Contributors
License
The MIT License (MIT). Please see License File for more information.