Skip to content

t4l3x/sim

Repository files navigation

Step 1: Clone the Repository

Step 2: Navigate to the Project Directory

cd <project-directory>

Step 3: Install Composer Dependencies

This step includes installing Laravel Sail. composer install

Step 4: Start Laravel Sail

./vendor/bin/sail up -d

Step 5: Run Database Migrations

./vendor/bin/sail artisan migrate

Step 6: Seed the Database

./vendor/bin/sail artisan db:seed

Step 7: Visit the Application

Open your web browser and visit http://localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published