Greg Garrison
Greg Garrison
Just popping in to say, as a relatively new Laravel developer, anything that can help devs internalize the Laravel approach seems to have tons of spillover benefits. I would def...
If I understand correctly, you would use ->name on a single enum value and ->names on the enum itself to get an array of names? I don't want either of...
Yeah, that's the idea but it would be return a string instead of an array to be used like this in a create_table migration, for example: `$table->unsignedTinyInteger('gender')->comment(\App\Enums\Student\Gender::toString());` Personally, I have...
Sweet!! Thanks for the ongoing support!
I followed the instructions [here](https://aschmelyun.com/blog/installing-a-local-composer-package-in-your-php-project/) to install a local copy but couldn't get it to open Tinkerwell when called from an artisan command.