Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 886 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 886 Bytes

laravel-breeze-stack

  • breeze-vue
  • breeze-react
  • breeze-livewire-functional
  • breeze-livewire
  • breeze-livewire
  • breeze-blade
  • breeze-api

How to run

Please follow the below instructions to run different branches of this repository in your machine:

  1. Clone this repository -

    git clone https://github.com/msisaif/laravel-breeze-stack.git
  2. Go to the cloned project directory

    cd laravel-breeze-stack
  3. Checkout/switch to your desired branch.

    git checkout breeze-vue
    git checkout breeze-react
    git checkout breeze-livewire-functional
    git checkout breeze-livewire
    git checkout breeze-blade
    git checkout breeze-api

Follow the corresponding branch's README file instruction to run code.