An open API service indexing awesome lists of open source software.

https://github.com/akmamun/laravel-basic-forum

A Basic Forum Using Laravel Framework
https://github.com/akmamun/laravel-basic-forum

bootstrap laravel php

Last synced: 7 months ago
JSON representation

A Basic Forum Using Laravel Framework

Awesome Lists containing this project

README

          

# Build A Forum Application with Laravel

* Used Laravel 5.5
* Bootstrap
# Installation
* git clone https://github.com/mamuncse/laravelbasicforum.git
* composer install
* save the .env.example to .env

* update the .env file with your db credentials

* php artisan key:generate

# Functionalities:
* User Registration/Login
* User Forum Post
* User Forum Comment