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
- Host: GitHub
- URL: https://github.com/akmamun/laravel-basic-forum
- Owner: akmamun
- Created: 2018-01-10T21:33:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T08:12:45.000Z (over 7 years ago)
- Last Synced: 2025-02-01T18:43:30.528Z (8 months ago)
- Topics: bootstrap, laravel, php
- Language: PHP
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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