I've seen many posts about this error, but none of the solutions are working for me. I'm running Laravel with Passport which is working fine on my development s
I'm using Laravel as API with Passport and Password Grant Token. When no user is logged in, frontends still needs to access API routes to get misc data or to re
When I run composer install on command promp, there exist error like this : Problem 1 - Installation request for laravel/horizon v1.1.0 -> satisfiabl
My question is about Laravel validation rules. I have two inputs a and b. a is a select input with three possible values: x, y and z. I want to write this rule
I"m trying to redirect on click to another page, for some reason it's not working. This is the code on my vue where the redirect buttons are. I've tried two dif
I want to set the following setting dynamically before I notify the user. MAIL_DRIVER= MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_SENDER_EMAIL= M
After doing this in my controller $activities = Package::where('attraction',1) ->where('hotel', 0) ->where('flight', 0)
Im a little stumped with my code, I am running Laravel 6 with Guzzle Http Client version 6.3.3. I have opted to use a trait which I use on my API Gateway for c
I have a belongsTo field on the selection of which i want to show/hide another field using nova dependency container. But it only allows to give id in the depen
Having a weird issue and I'm sure it's got something to do with the way my script is grabbing the value of the file input field. I know the controller function
I'm trying to make CI pipeline and run phpunit tests via GitHub actions. First of all: tests work fine on my local machine (mac os). Then, when I do git push my
I'm trying to send an email with our Laravel app using Office365/Outlook. It has worked well with gmail but when I switched over to Office365, the following err
If I try and run the following in my docker setup docker-compose run --rm npm run dev I get the following error > dev > npm run development glob err
Here is my controller code. $fileArray=$request->multiple_file; $data['name']="custom size mail"; $message='ok message'; Mail::send('emails
I am building a shopping cart for guests with sessions in laravel. I can add one product with quantity to the session variable 'cart.' However, when I add the s
I ran into an error and I have not figured out how to resolve it alone. so I opted to get help from this community. I will explain a bit though the screenshots
Basically, I am trying to make a multistep form like google forms and using livewire. By saving each single page data on next click. on some page, I am trying t
I need to fetch the SMTP data in the account of user that will be saved in the database. That way it couldn't pull the data from the .env file. I'm using Larave
I'm setting up my laravel application and every time I run php artisan serve, it starts a laravel development serve at localhost:8000. Bu when i open the locaho
I have an issue with generating PDF files using LaTeX. The solution is created with the Laravel framework (version 8). I installed a new "Windows 2019 Datacente