Support the ongoing development of Laravel.io →
Database Forms Installation
Last updated 2 years ago.
0

Rather than me trying to pinpoint the exact error in your code let me give you two suggestions to try first:

  1. Use Tinker to test the main statement calls you are making to ensure you get the data you expect. This is a quick way to find bugs or typos.

  2. Stub out your controller with a static Jason return and then call it from jQuery. Also make sure your network console is open in your browser so you can inspect the request.

Both of these approaches will help you work toward solid code vs. simply writing a page of code and not knowing where to start troubleshooting. Smaller chunks are much easier to test and will keep you confident with the end result.

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

vallavanj vallavanj Joined 11 Mar 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.