Skip to content

daniloues/GuiaLaravel-Ins1

Repository files navigation

Laravel Project Setup

Prerequisites

  • PHP >= 8.2
  • Composer
  • Docker Desktop (for Laravel Sail)

Installation

  1. Clone the repository
git clone https://github.com/alejandrorh97/instructoria
cd <project-folder>
  1. Install dependencies
composer install
  1. Environment configuration
cp .env.example .env
php artisan key:generate
  1. Database migration
php artisan migrate

Execution with Laravel Sail (Docker)

If you prefer using Docker, follow these steps:

  1. Start Sail
./vendor/bin/sail up -d
  1. Run migrations via Sail
./vendor/bin/sail artisan migrate
  1. Access the application The app will be available at: http://localhost:8080

Local Development (Without Docker)

  1. Serve the application
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages