Skip to content

A modular Laravel + Livewire dashboard featuring async task processing workflows, AI-driven modules, Role & Permission Management (RBAC) system, and additional features that will be continuously added over time.

Notifications You must be signed in to change notification settings

brettoak/laravel11-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel App

A modern Laravel 11 application featuring a robust tech stack including Jetstream for authentication, Filament for the admin panel, and Reverb for real-time WebSocket capabilities.

Features

Prerequisites

Ensure you have the following installed:

  • PHP 8.2+
  • Composer
  • Node.js & NPM
  • Docker (optional, for database/Reverb)

Installation

  1. Clone the repository

    git clone <repository-url>
    cd laravel11-app
  2. Install PHP dependencies

    composer install
  3. Install JavaScript dependencies

    npm install
  4. Environment Setup Copy the example environment file and configure your database settings:

    cp .env.example .env
    php artisan key:generate

    Note: Ensure your database credentials in .env match your local setup.

  5. Database Migration Run migrations to set up the database schema:

    php artisan migrate
  6. Create Admin User Create a user to access the Filament admin panel:

    php artisan make:filament-user

Usage

Development Server

Start the Laravel development server:

php artisan serve

Frontend Assets

Compile assets in watch mode:

npm run dev

Real-Time Server (Reverb)

Start the Reverb WebSocket server:

php artisan reverb:start

Queue Worker

Process background jobs:

php artisan queue:listen

Access the application at http://localhost:8000 and the admin panel at http://localhost:8000/admin.

Testing

Run the test suite using PHPUnit / Pest:

php artisan test

About

A modular Laravel + Livewire dashboard featuring async task processing workflows, AI-driven modules, Role & Permission Management (RBAC) system, and additional features that will be continuously added over time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •