Required field only if another field has a value, must be empty otherwise
Issue My question is about Laravel validation rules. I have two inputs a and b. a is a select input…
get it fixed!
Issue My question is about Laravel validation rules. I have two inputs a and b. a is a select input…
Issue I am getting row’s column randomly to seed database, using eloquent : $physician = SelectOption::where(‘select_option_group_id’, 1)->pluck(‘name’)->random(); it works if…
Issue Trying to install Composer dependency management tool on Win7/64 + WampServer 2.2 via the Setup Installer and I am…
Issue Is there any way to create a loop of variables inside list() I’ve tried this code but it doesn’t…
Issue How can i get values inside <![CDATA[values]] > using php DOM. This is few code from my xml. <Destinations>…
Issue I need to write a function to parse variables which contain domain names. It’s best I explain this with…
Issue I’ve got a VPS with IONOS (was 1&1) and running Plesk Obsidian and I am up to date using…
Issue I’m actually new to Laravel and I’m trying to build a basic social network with this Framework. For this…
Issue $my_alphabet = "T"; The above character "T" should print the exact position/number of the alphabet. i.e 20 So, if…
Issue It seems like this ought to be really obvious, but I can’t seem to find the answer anywhere. Assuming…