Support the ongoing development of Laravel.io →
Input Database
Last updated 1 year ago.
0

please someone help me?

Last updated 1 year ago.
0

First off, you need to find the Controller which handles this requests, together with it's functions.

You should find a form Validation method (hopefully), and a few other perks.. You should also find the SQL insert/update, so right there you need to add the field you're trying to save/update..

Then, in the view, just use the classic

{{ Form::label('business', 'Business') }}
{{ Form::text('business', Input::old('business')) }}

The following links should be some help

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

peppescg peppescg Joined 25 Oct 2014

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.