/hackerrank-cli

Laravel Zero project to learn about Laravel Zero itself and solve Hackerrank PHP challenges.

Primary LanguagePHP

hackerrank-cli

Laravel Zero project to learn about Laravel Zero itself and solve Hackerrank PHP challenges.

Laravel Zero Logo

Build Status Total Downloads Latest Stable Version License

Laravel Zero was created by Nuno Maduro and Owen Voke, and is a micro-framework that provides an elegant starting point for your console application. It is an unofficial and customized version of Laravel optimized for building command-line applications.


Contents

Laravel Zero Documentation

For full documentation, visit laravel-zero.com.

Hackerrank Challenges

Save the Prisoner!

https://www.hackerrank.com/challenges/save-the-prisoner/problem

Is solved using SaveThePrisonerCommand.php writing output to OUTPUT.txt

php hackerrank-cli hackerrank:save-the-prisoner

Laravel (Zero) Features Practice

Defining Input Expectations of Artisan

https://laravel.com/docs/11.x/artisan#defining-input-expectations

Is practiced by ArgumentCommand.php