Skip to content

MikeMnD/illuminate-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Topic: Using illuminate Database With Eloquent in your PHP app without Laravel

In this tutorial, we will learn how to perform CRUD operations with the illuminate Database and Eloquent ORM by building the backend for a question and answer app.

The app will perform these tasks:

  • Add a user
  • Add a question
  • Add an answer to a question
  • Upvote an answer
  • Get a question with answers
  • Get all questions and users who asked them
  • Get a particular questions answers and upvotes
  • Count questions by a particular user
  • Update answer by user
  • Delete question

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages