A package for Laravel to display a code challenger solution
dalyio/laravel-challenge is a Laravel package for a package for laravel to display a code challenger solution.
It currently has 0 GitHub stars and 12 downloads on Packagist.
Install it with composer require dalyio/laravel-challenge.
Discover more Laravel packages by dalyio
or browse all Laravel packages to compare alternatives.
Last updated
A demo package for Laravel to show code challenges
composer require dalyio/laravel-challenge
php artisan challenge:install
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
Laravel Challenge is open-sourced software licensed under the MIT license.