-
I find myself often writing my own authentication guards without using Laravel/Sanctum (don't get me wrong, its an awesome package) however, I just enjoy making my own a lot of the time. It often frustrates me how every new project I make I have to manually remove the Sanctum composer package and all files related and edit the models to work without it. I'd appreciate a way to create a laravel project without Sanctum being automatically installed (since its not required functionally, it would make sense) Adding to my last point, since Sanctum is not actually required functionally to run Laravel or authenticate users, it doesn't make sense to include this package in a fresh install every time. While it may save some users a lot of time, I can imagine a lot of users do also make their own authentication systems and so the installer should include a way to remove packages that aren't required. Or perhaps, the installer by default should create a project WITHOUT the packages, and then an option is provided if you want this package enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Decided i'd make my own template repository since this probably wont change anything feel free to check it out https://github.com/benhdev/laravel-skeleton |
Beta Was this translation helpful? Give feedback.
Decided i'd make my own template repository since this probably wont change anything
feel free to check it out https://github.com/benhdev/laravel-skeleton