Laravel open source forum to manage online communities.
A powerful Open Source Business Forum that can be installed on your server.Open source Laravel Forum
- Follow the creator Jonathan Castro:
- YouTube: youtube.com/@joncastdev — Videos every week
- Twitch: twitch.tv/joncastdev — Live coding on Mondays, Wednesdays, and Fridays at 9PM UTC
- LinkedIn: linkedin.com/in/joncastdev
- Instagram: instagram.com/joncastdev
- Tiktok: tiktok.com/@joncastdev
These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.
- PHP 7.4 <=
- PostgreSQL (Or MySQL)
- Composer
Assuming you're running Ubuntu, and then install all dependencies from the following list:
sudo apt-get install php7.4 php7.4-pgsql php7.4-mysql php7.4-intl php7.4-json php7.4-mbstring
The following steps are meant to be used on a development server.
- Clone Project
$ git clone https://github.com/jonathanc/opengiscrm-codeigniter4.git- Setup vendor libraries
$ composer install- Run server
$ php spark serve- Create Database and Run migrations
$ php spark db:create $ php spark migrate -all- Run seeds
$ truncate table courses;$ php spark db:seed LoadSeeder_Admin: admin@gmail.com _Pass: Test1234
_User: free@gmail.com _Pass: Test1234
_User: vip@gmail.com _Pass: Test1234
- Jonathan Castro - Software Engineer - joncastdev
- If you would like a business forum with many extra features, please contact us with your requirements and budget. Thank you.