Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 779 Bytes

Prerequisites

Before we start, make sure you have the following installed:

  1. Laravel version 10 or later
  2. PHP version 8.1 or later

Installation

  1. Unzip the downloaded archive
  2. Copy and paste laravel-livewire folder in your projects folder. Rename the folder to your project's name
  3. In your terminal run composer install
  4. Copy .env.backup to .env and updated the configurations (mainly the database configuration)
  5. In your terminal run php artisan key:generate
  6. Run php artisan migrate --seed to create the database tables and seed the roles and users tables
  7. Run php artisan storage:link to create the storage symlink.