Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

105
Views
how to see the request in laravel 6

Hey I am new to laravel. I have this html code enter image description here

and this is what I have in the method. enter image description here

Is their a way to see the request? in the view? in the developer tools? I just want to see the request.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can dump the request in controller, or return the request as json

public function someFun($request)
{
   // dump $request
   dd($request);

   // return as json
   return response()->json($request);
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!