dalyio/laravel-challenge

A package for Laravel to display a code challenger solution

dev-master 2022-01-21 19:34 UTC

This package is auto-updated.

Last update: 2024-09-22 01:07:33 UTC


README

A demo package for Laravel to show code challenges

Installation

composer require dalyio/laravel-challenge
php artisan challenge:install

Populate Data

Populate number chain data with this artisan command. The -e option is to specify a number to populate data through.

php artisan challenge:numberchain -e 100000

Populate number zipcode data with this artisan command. Specify the filename to use in the storage directory.

php artisan challenge:zipcode zipcodes.txt

License

Laravel Challenge is open-sourced software licensed under the MIT license.