sistemaspymesjc/foroworkers

Open source Laravel Forum.

Maintainers

Package info

github.com/sistemaspymesjc/foroworkers

Forum

Wiki

Type:project

pkg:composer/sistemaspymesjc/foroworkers

Fund package maintenance!

Ko Fi

Patreon

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 5

dev-main 2026-04-14 20:09 UTC

This package is not auto-updated.

Last update: 2026-04-15 18:37:21 UTC


README


Foroworkers
Foroworkers

Open Source Forum Laravel

Introduction

The Foroworkers forum software is one of the open source projects using PHP and Laravel to manage self-hosted online communities on your server.

GitHub GitHub release (latest by date) GitHub All Releases Chat On Discord

AboutContributorsFeaturesSetupInstallation Access Support Donations

screenshot

About

A powerful Open Source Business Forum that can be installed on your server.Open source Laravel Forum

Contributors

We thank everyone who contributes to this project.

Starting

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Demo

Setup

  • PHP 8.3 >=
  • PostgreSQL (Or MySQL)
  • Composer

Additional details on dependencies

Assuming you're running Ubuntu, and then install all dependencies from the following list:

sudo apt-get install php8.3 php8.3-pgsql php8.3-mysql php8.3-intl php8.3-json php8.3-mbstring

Installation

The following steps are meant to be used on a development server.

  • Option 1: Install with Composer
$ composer create-project sistemaspymesjc/foroworkers
  • Option 2: Clone Project
$ git clone https://github.com/sistemaspymesjc/foroworkers.git
  • Pull Project Dev Branch
$ git pull dev
  • Navigate to the root of the Laravel project
$ cd foroworkers
  • Setup vendor libraries
$ composer install
  • Setup .env file, myconfig.php and create database

  • Avoid changing the author data as this may cause problems when running the project.

  • Copy .env.example config and generate Key project

$ cp .env.example .env
$ php artisan key:generate
$ First Step Create New Database in myconfig.php file Example: foroworkers
  define('CDB_DATABASE_HOST', '');
  define('CDB_DATABASE_USERNAME', '');
  define('CDB_DATABASE_PASSWORD', '');
  define('CDB_DATABASE', '');
Second step Create New Database Example: foroworkers

APP_LOCALE=en
PAYPAL_EMAIL=yourpaypalemail
APP_ENDPOINT=https://sistemaspymesjc.blogspot.com/p/trabaja-con-nosotros.html
APP_ENDPOINT_LOCAL=
APP_AUTHOR=jonathancastro
APP_EMAIL=sistemaspymesjc@gmail.com
APP_COPYRIGHT=sistemaspymesjc
APP_DONATE=https://www.paypal.com/paypalme/programadorjonathan
APP_PHONE=5804241666224

database connection

DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password

for sending emails example sandbox mailtrap

MAIL_MAILER=smtp
MAIL_HOST=sandbox.smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=yourusername
MAIL_PASSWORD=yourpass
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="youremail@gmail.com"
MAIL_FROM_NAME="${APP_NAME}"
$ php artisan migrate:fresh --seed
$ php artisan storage:link
$ php artisan optimize:clear
$ php artisan config:clear
  • Run server
$ php artisan serve

Access:

_Admin: admin@gmail.com _Pass: Test1234

_User: user@gmail.com _Pass: Test1234

Technologies 🛠️

Courses 🎥

Author ✒️

Support

sistemaspymesjc@gmail.com

  • If you would like a business forum with many extra features, please contact us with your requirements and budget. Thank you.

Donations

  • Paypal - Thank you very much for your contribution.

  • Ko-Fi - Thank you very much for your contribution.

  • Patreon - Thank you very much for your contribution.