Skip to content

Tag: laravel

Saving selected option after validation in Laravel

I need help with saving a selected option after validation fails. Here is main.blade.php Controller looks like: I tried this, but it always returns only the last option: Answer If I understood you correctly you want to keep the previously selected option selected when the validation fails. Less repetitive sol…

Use blade value inside a component

At the moment I can successfully display some generated content in my blade view by calling a variable with a key, like this: What I would like to achieve, is to reuse the key for a class name for example. The reason for that is that I want to easily access this content with JavaScript by using a selector. So…

Laravel store Files from API with specific folder creation

My goal is create Laravel API to store Files, from VSTO POST request. But first need figure out how create unigue folders in laravel where to file store. From VSTO sending POST with File and parameter id_message. How to set Laravel Controller to store file as storage/app/MyFiles/{id_message}/file, and paramet…

Laravel if statement in query

I am beginner php developer. I have this code: I have error: “message”: “SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘== 1), client_company_…