michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
442 stars 46 forks source link

Move installation steps further up in readme #108

Closed SimonJnsson closed 2 years ago

SimonJnsson commented 2 years ago

For convenience, it would be nice to have the installation steps earlier in the readme.

michaeldyrynda commented 2 years ago

I typically like to keep the installation instructions later in the readme file and instead prioritise what the package is for, why it is useful, and how to use it over the relatively generic composer require <blah>.