Make Forum App with Laravel
Forum
This forum is an upgrade from the experimental forum I made a few months ago. This forum was made under contract, but the person who wanted the forum made decided to block me. It’s been locked away in my folder for some time now, but I don’t feel like running a forum. So here is the open source version of it. - Oh yes, the person wanted it made such that it resembles ogusers, it kinda does but I changed it around a little.
Might work on it from time to time, to fix minor bugs and glitches.
Best regards,
Features ✨
Forum comes with an list of features:
- Discussions: Create, join, and manage discussions on a variety of topics.
- User Profiles: Customize your profile, gain reputation points and badges.
- Moderation Tools: Efficient tools to moderate and maintain the community standards.
- Search: Quickly find relevant discussions and comments.
- Imgur only avatars: Use avatars only from imgur. Security reasons.
- IP-logging: Logging IP addresses.
- Username history: Change and see old usernames.
- Rep / Vouch history: View all given reps and vouches.
- Previous used avatars: See and change to previous used avatars
- Groups: Join a group or whatever.
- Roles: Roles for users.
- Upgradeable roles: Upgradeable users
- And a lot more features
Installation 🔧
Follow these steps to install Forum X on your local machine:
- Clone this repository using
git clone https://github.com/Decode84/Forum-OGUsers
- Navigate to the project folder with
cd Forum-OGUsers
- Copy the
.env.example
file to create your own.env
file:cp .env.example .env
- Configure your
.env
file according to your local environment - Run
composer install
to install project dependencies - Generate an application key using
php artisan key:generate
- Run
php artisan migrate --seed
to set up the database - Finally, start the server with
php artisan serve
Your Forum instance should now be live at http://localhost:8000
.
Usage 🚀
Simply visit http://localhost:8000
on your browser. Register a new account and check out the forum! or login with admin:admin
.
Screenshots of the forum
Source Code
To use this app, please view the source code via the link below.
We hope that Make Forum App with Laravel article will be useful. Please continue to visit this site to get other latest free application source code info. You can also join the telegram channel or subscribe to email to get the latest updates. Thank You.