Skip to content
  • Rafa Couto's avatar
    f7d57773
    feat: Initialize minimal Laravel application with audit dashboard · f7d57773
    Rafa Couto authored
    - Added AuditDashboardController for handling audit events.
    - Created artisan entry point and bootstrap files for Laravel.
    - Configured application settings in composer.json and app.php.
    - Implemented audit configuration and caching settings.
    - Set up SQLite database connection and logging configuration.
    - Developed session management and view settings.
    - Created Docker setup with Dockerfile, docker-compose, and helper scripts.
    - Designed frontend dashboard view for displaying audit events.
    - Implemented routes for dashboard and event generation.
    - Added setup script for initial application configuration.
    f7d57773
    feat: Initialize minimal Laravel application with audit dashboard
    Rafa Couto authored
    - Added AuditDashboardController for handling audit events.
    - Created artisan entry point and bootstrap files for Laravel.
    - Configured application settings in composer.json and app.php.
    - Implemented audit configuration and caching settings.
    - Set up SQLite database connection and logging configuration.
    - Developed session management and view settings.
    - Created Docker setup with Dockerfile, docker-compose, and helper scripts.
    - Designed frontend dashboard view for displaying audit events.
    - Implemented routes for dashboard and event generation.
    - Added setup script for initial application configuration.
Loading