Skip to content

Alexiiius/ForoCastana

Repository files navigation

Chestnut Forum

A simple web forum about chestnuts made with Laravel! Feel free to talk with others about the fantastic world of chestnuts.

Contents

Requirements

  • PHP >= 8.2
  • Composer
  • Node.js & npm
  • Docker & Docker Compose (for Laravel Sail)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/chestnut-forum.git
cd chestnut-forum
  1. Install PHP dependencies:
./vendor/bin/sail composer install
  1. Install JavaScript dependencies:
./vendor/bin/sail npm install
  1. Copy the example environment file and modify according to your environment:
cp .env.example .env
  1. Start the Laravel Sail environment:
./vendor/bin/sail up -d
  1. Generate the application key:
./vendor/bin/sail artisan key:generate
  1. Run the database migrations:
./vendor/bin/sail artisan migrate
  1. Seed the database with some data:
./vendor/bin/sail artisan db:seed
  1. Create a symbolic link from public/storage to storage/app/public:
./vendor/bin/sail artisan storage:link
  1. Compile your assets:
npm run dev

Now, you should be able to visit the application in your web browser by visiting http://localhost.

About

Foro web simple hecho en laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages