statamic / docs

Statamic Documentation
https://statamic.dev
Other
105 stars 367 forks source link

Edit docs for storing users in a database to place instructions in correct order #1371

Closed steveparks closed 3 weeks ago

steveparks commented 3 weeks ago

In https://statamic.dev/tips/storing-users-in-a-database :

I suggest moving the tip about composer require doctrine/dbal to a position in the docs where it is most useful.

Otherwise the reader works down all the instructions, and then finds this when it's too late!

duncanmcclean commented 3 weeks ago

Out of curiosity, which Laravel version were you running these steps on?

Laravel 11 (and for the most part Laravel 10 too) removed their dependance on doctrine/dbal, so this hot tip might not be needed anymore.

steveparks commented 3 weeks ago

Aha! I'm on Laravel 11.10.0 and hadn't observed any issues by the time I got to the end of this page, but then followed this instruction anyway, and thought it'd be more useful further up the page. But yes, maybe it could just be removed.

duncanmcclean commented 3 weeks ago

I've just removed the suggestion completely - thanks!