Search code examples
phplaravelpost

Manipulate post data across the whole site in laravel


What is best practice to manipulate posted data across the whole site in laravel ?

Thanks in advance


Solution

  • Create a Middleware that updates the incoming Request and register it globally by appending it to the $middleware array of your Http\Kernel