For AI agents: visit https://laraquick.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
LaraquickGuidesDiscussions
HomeGuidesChangelogDiscussions
v3

GuidesDiscussionsLaraquick
Guides
v3
Installation

Getting Started

  • Introduction
  • Installation
  • Requirements

Controllers

  • Traits
  • Browse
  • Read
  • Edit
  • Add
  • Delete
  • Response methods

Helpers

  • Http
  • AsyncCall
Powered by 

Installation

Suggest Edits

Composer is the approved way to install Laraquick.

composer require d-scribe/laraquick

Next, use any of the following traits in your controller class:

  • Api
  • Attachable
  • Passthrough
  • Pivotable
  • Web

Updated about 8 years ago


Next

  • Requirements