Skip to main content

All Questions

Tagged with
2 votes
1 answer
69 views

How can I show the old value in option fields in Laravel?

I want to show the old select value in this select field when I want to edit. How can I show my old value in these fields? https://github.com/shakibzaman/book-library-laravel you can show my GitHub ...
Shakib Zaman's user avatar
1 vote
2 answers
3k views

Difference between update and editing in controller - laravel

My table has the option edit. A row can be updated and saved to the database. While I was trying to implement this option I came across uncertainty. What do I have to do with the data from my edited ...
Nemo's user avatar
  • 513