I need to validate a request where if field1 is present, then field2 should be empty and vice versa. How can i achieve this in Laravel?
I make a disk in filesystem like: 'avatars' => [ 'driver' => 'local', 'root' => storage_path('app/avatars') ], is it
I'm working with Laravel 5.8 and it's an Online Store project written by other programmers. Basically I have faced something weird that never seen before. Let's
I'm working with Laravel 5.8 and I wanted to apply a discount code system for my site. So I tried sending data with Ajax like this: $.ajax({ type: 'POST',