dalyio / laravel-challenge
A package for Laravel to display a code challenger solution
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dalyio/laravel-challenge
Requires
- php: ^7.3|^8.0
- laravel/framework: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2025-09-22 03:08:17 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.