About • Features • Setup • Installation • Access • Support • Donations •
A powerful Open Source Business Forum that can be installed on your server.Open source Laravel Forum
These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.
- PHP 8.3 >=
- PostgreSQL (Or MySQL)
- Composer
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
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:generateFirst 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_Admin: admin@gmail.com _Pass: Test1234
_User: user@gmail.com _Pass: Test1234
- Jonathan Castro - Web Developer - jonathancastrodeveloper
- If you would like a business forum with many extra features, please contact us with your requirements and budget. Thank you.
