Skip to content

novuhq/laravel-reverb-app

Repository files navigation

Laravel Reverb CarryOn App

Start the Project

Follow the steps below to install and run the project successfully:

  1. Copy the .env.example file to .env

    cp .env.example .env
  2. Generate a key for your project

    php artisan key:generate
  3. Install all PHP dependencies

    composer install
  4. Install all JavaScript dependencies

    npm install
  5. Run migrations

    php artisan migrate
  6. Run the Queue via a terminal

    ```
    php artisan queue:listen
    ```
    
  7. Run Reverb via a terminal

    php artisan reverb:start --debug
    
  8. Run Vite via a terminal

    npm run dev
    

About

A Real-time app showcasing the power of Laravel Reverb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages