aalcala/cardflash

A Laravel flashcard app.


README

CardFlash is a simple Laravel package for storing and organizing your flash cards.

Requirements

Installation

Important: This project requires you to have Laravel's user authentication installed before running. If you don't already have this in your project, check out Laravel's documentation first.

Install with composer from within your Laravel project's src directory:

composer require aalcala/cardflash

Updating Package

  1. Update with composer:
composer update aalcala/cardflash
  1. Update assets and config:
php artisan vendor:publish --tag cardflash-assets --force
php artisan vendor:publish --tag cardflash-config --force