A message board where users can interact with one another via posts and comments. Features include - an admin panel, related posts, enable/disable comments and topics/categories.
Download or Clone this repository.
Rename .env.example
to .env
Open your terminal, navigate to the project and run:
This might take a few minutes and will install all the required dependencies for the project
Start your Apache and MySQL server using XAMPP or WAMP and make a new database. For example, "forum"
Enter the database details in .env
file as below:
For migrating tables to database run the following command by navigating to the project directory:
Now we need to generate the missing APP_KEY in .env
file (line 3).
To generate one, run the following command in your terminal:
This command will generate and add the key in .env
file:
Finally, run this command to see the project in action:
Navigate to users table and set type as "admin"