关键词:middleware

31
Block Ahrefs, MajesticSEO and Seomoz robots from crawling your site.
32
Laravel middleware to prevent going back after logging out.
35
Dead simple Laravel api authorization middleware
36
Provides a middleware to protect resources requiring an OAuth2 login
37
Blocks referral spam using middleware for Laravel 5.5+
38
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
39
Filter user input for XSS but don't tuuch other html
40
Cross Origin Resource Sharing Middleware for Laravel or Lumen
41
Laravel middleware to filter, sanitize, parse and transform request input data.
42
Pretty GET params middleware for Laravel 5.5
43
A lightweight middleware to enforce database redundancy in Laravel and Lumen.
46
LaravelUtils is a library with helper classes for the Laravel Framework.
47
Laravel middleware to display under construction message
48
Solve some character issue on source code
49
Laravel middleware for pjax. Use ajax and pushState to deliver a fast & seemless browsing experience
50
Adapter for HttpKernelInterface middlewares to be used with Laravel
51
A Laravel ratelimiter that supports ETag headers.
53
A middleware that adds attributes to your request object that describe the users browser. This will let you fine tune the templates or code to use based on the traits of the browser.
54
Provides a lightweight CORS middleware for Laravel/Lumen.
55
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
56
Laravel SSL middleware for cloudflare flexible ssl service
59
A combined back- and front-end package to manage data-submissions and forms in Laravel