https://github.com/wasilolly/askanything-social-forum
a social forum built with laravel 5.6 and bootstrap 4
https://github.com/wasilolly/askanything-social-forum
bootstrap4 css database forum html5 javascript laravel-framework mysql php social-forum vuejs2
Last synced: 3 months ago
JSON representation
a social forum built with laravel 5.6 and bootstrap 4
- Host: GitHub
- URL: https://github.com/wasilolly/askanything-social-forum
- Owner: wasilolly
- Created: 2018-02-23T13:16:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T10:12:23.000Z (about 7 years ago)
- Last Synced: 2025-02-03T12:35:04.727Z (5 months ago)
- Topics: bootstrap4, css, database, forum, html5, javascript, laravel-framework, mysql, php, social-forum, vuejs2
- Language: PHP
- Homepage:
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# askanything-social-forum
Features
- CRUD function on Threads/Channel models
- Each user automatically has a profile
- Can grant/revoke admin priviledges
- Admin priviledges includes delete action on threads and users
- User can follow/unfollow each other
- User profile features includes the user's threads,followers and followings list
How to use
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate