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

https://github.com/talentedaamer/laravel-forum


https://github.com/talentedaamer/laravel-forum

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Setup Github Repo
=================
git init
git add .
git remote add origin http://github.com/username/git-repo.git
git push -u origin master

Setup Application
=================
npm install
php artisan make:auth

Question Model and Migration
============================
php artisan make:model Question -m
php artisan migrate
define user question relation and set title attributes