https://github.com/talentedaamer/laravel-forum
https://github.com/talentedaamer/laravel-forum
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/talentedaamer/laravel-forum
- Owner: talentedaamer
- Created: 2019-05-13T18:11:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T23:26:42.000Z (about 6 years ago)
- Last Synced: 2025-01-17T07:10:49.942Z (5 months ago)
- Language: PHP
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 masterSetup Application
=================
npm install
php artisan make:authQuestion Model and Migration
============================
php artisan make:model Question -m
php artisan migrate
define user question relation and set title attributes