2017 © Pedro Peláez
 

laravel-package flashcard-bundle

Laravel package that provides a simple flash card system with REST API.

image

moo/flashcard-bundle

Laravel package that provides a simple flash card system with REST API.

  • Sunday, June 10, 2018
  • by satrun77
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 12 % Grown

The README.md

MooFlashCard

SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage, (*1)

This package provides model for card & category to organise simple flash card system. It provide an API end-point to query for cards or categories., (*2)

Installation

Install the package via composer:, (*3)

composer require moo/flashcard

Rebuild the cached package manifest, (*4)

artisan package:discover 

Update your database with the package schema., (*5)

artisan migrate

DONE!

API Usage

Query Categories

Request all categories, (*6)

/api/categories

Request categories by search query, (*7)

/api/categories?filter[custom]=search_query
Query Cards

Request all cards, (*8)

/api/cards

Request cards by search query, (*9)

/api/cards?filter[custom]=search_query

Request cards & include category details for each card, (*10)

/api/cards?include=category

Request cards with pagination, (*11)

/api/cards?page=1&limit=20

Request all card by id, (*12)

/api/cards/{id}

Changelog

Please see CHANGELOG for more information what has changed recently., (*13)

Demo

  • You can view my personal use of this package - Demo.

License

This package is under the MIT license. View the LICENSE.md file for the full copyright and license information., (*14)

The Versions

10/06 2018

dev-master

9999999-dev https://github.com/satrun77/flashcard

Laravel package that provides a simple flash card system with REST API.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel console cli knowledgebase flash card

10/06 2018
02/06 2018
02/06 2018