Laravel Passport provides OAuth2 server support to Laravel
Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. Laravel Passport provides a full OAuth2 server implementation for your Laravel application in a matter of minutes. Passport is built on top of the League OAuth2 server that is maintained by Andy Millington and Simon Hamp. Before getting started, you may wish to determine if your application would be better served by Laravel Passport or Laravel Sanctum. If your application absolutely needs...
CSV files from Eloquent model in seconds - a Laravel package
A Laravel package to easily generate CSV files from the Eloquent model. CSV files from Eloquent model in seconds, a Laravel package. A proper CSV file will be downloaded with email and name fields. As simple as it sounds.