dalyio / laravel-challenge
A package for Laravel to display a code challenger solution
dev-master
2022-01-21 19:34 UTC
Requires
- php: ^7.3|^8.0
- laravel/framework: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2025-03-22 02:12:52 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.