Skip to content

Repository files navigation


Foroworkers
Foroworkers


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

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

AboutFeaturesSetupInstallation Access Support Donations

screenshot

About

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

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.

  • Clone Project
$ git clone https://github.com/foroworkers/foroworkers.git
  • Pull Project Dev Branch
$ git pull origin dev
  • Navigate to the root of the Laravel project
$ cd foroworkers
  • Setup vendor libraries
$ composer install
  • Setup .env file 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 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=foroworkers
DB_USERNAME=your_username
DB_PASSWORD=your_password

for sending emails

MAIL_MAILER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
$ php artisan migrate:fresh --seed
$ php artisan storage:link
$ php artisan optimize: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.

About

Blog Tech in Symfony Versión 5

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages