Package Data | |
---|---|
Maintainer Username: | mnshankar |
Maintainer Contact: | mnshankar@gmail.com (Shankar Manamalkav) |
Package Create Date: | 2016-07-11 |
Package Last Update: | 2016-07-30 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:16:11 |
Package Statistics | |
---|---|
Total Downloads: | 26 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
US Naturalization Test Flash Cards. Because.. ignorance is not cool :-)
This Laravel 5+ package provides an easy drop-in package to help you brush up on your (US) civic knowledge.
Within your laravel 5 project,
composer require "mnshankar/civics"
(Use Tag v0.9 for Laravel 5.0 and 5.1 and Use Tag v1.0 for Laravel 5.2)
Next, add the service provider to your providers array in app/config/app.php:
mnshankar\civics\CivicsServiceProvider::class,
The application can then be accessed by appending "/civics" after your base url:
http://{your-app-base-url}/civics
Publish your view file to change the look-and-feel of the displayed flashcards
php artisan vendor:publish --provider="mnshankar/civics/CivicsServiceProvider"
php artisan db:seed --class=mnshankar\civics\seeds\QuestionSeeder