Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,11 +1,10 @@
ATTENTION: This list is obsolete and discontinued. Please find a much more comprehensive, much more well-maintained awesome-laravel list at chiraggude/awesome-laravel
 (https://github.com/chiraggude/awesome-laravel).
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Awesome Laravel Bookmarks
A curated list of awesome Laravel bookmarks, packages, tools, articles, tutorials and other related resources. Inspired by Frontend Dev Bookmarks 
(https://github.com/dypsilon/frontend-dev-bookmarks).
 Awesome Laravel Bookmarks
A curated list of awesome Laravel bookmarks, packages, tools, articles, tutorials and other related resources. Inspired by Frontend Dev Bookmarks (https://github.com/dypsilon/frontend-dev-bookmarks).
Complementing this list, you may also want to check out Awesome PHP (https://github.com/ziadoz/awesome-php): a curated list of amazingly awesome PHP libraries, resources and shiny things.
@@ -46,8 +45,7 @@
- Authentication & Authorization
 - Laravel's built-in authentication (http://laravel.com/docs/security).
 - lucadegasperi/oauth2-server-laravel (https://github.com/lucadegasperi/oauth2-server-laravel): OAuth 2.0 server package for Laravel. Uses thephpleague/oauth2-server 
(https://github.com/thephpleague/oauth2-server).
 - lucadegasperi/oauth2-server-laravel (https://github.com/lucadegasperi/oauth2-server-laravel): OAuth 2.0 server package for Laravel. Uses thephpleague/oauth2-server (https://github.com/thephpleague/oauth2-server).
 - artdarek/oauth-4-laravel (https://github.com/artdarek/oauth-4-laravel): An OAuth client wrapper for Laravel. Uses Lusitanian/PHPoAuthLib (https://github.com/Lusitanian/PHPoAuthLib).
 - zizaco/confide (https://github.com/Zizaco/confide): An authentication solution for Laravel 4. Includes account confirmation, login throttling, etc.
 - zizaco/entrust (https://github.com/Zizaco/entrust): Role-based Permissions for Laravel 4.