https://github.com/iamnotstatic/forum
An online discussion site where people can hold conversations
https://github.com/iamnotstatic/forum
Last synced: 4 months ago
JSON representation
An online discussion site where people can hold conversations
- Host: GitHub
- URL: https://github.com/iamnotstatic/forum
- Owner: iamnotstatic
- Created: 2019-08-06T11:09:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:25:07.000Z (over 3 years ago)
- Last Synced: 2025-06-04T08:18:38.990Z (12 months ago)
- Language: PHP
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Forum
Forum is an online discussion site where people can hold conversations.
## To contribute
### Installation
Install the dependencies
```sh
composer install
```
### after setting up DB to run migrationđŸ‘‡
### Run Migrations
```sh
$ php artisan migrate
```
### Add virtual host if using Apache
### Serving Project
```sh
php artisan serve
```
### If you get an error about an encryption key
```sh
php artisan key:generate
```
## More Info
### Author
Abdulfatai Suleman
[Website:](http://abdul-fatai.github.io)
### Version
1.0.0
### License
MIT License