-
It seems that I have some sort of problem to understand how the rewrite url engine works within Laravel Mix when copying assets from a NPM package. Till now I have added multiple NPM packages which ......
-
I installed a laravel project from a friend on my local environment but all uploaded images do not display....
-
Laravel e-commerce site.Arabic and English languages website. I have tried to develop Multilanguage site with laraval. But I am confused at the below point.Suppose I have Category table with title ......
-
I'm working with Laravel 5.6. In dashboard I generate a file dynamically by clicking on a hyperlink/button and show that file in same page in hyperlink. But whenever I jump from Dashboard page, want ......
-
I've made an image upload that works by sending the base64 encoded image from vue to laravel and then upload it to aws s3 by doing`Storage::disk('s3')->put('mys3path/'.$request->filename, ......
-
Suppose i have routineDetails that has one allocation and that allocation has one meeting.When i try to use this:$date='2020-11-12'; $route_details = $this->routineDetail -&......
-
I've laravel rest API application that connects with the Vue js frontend.Rest API endpoint domain is dev.mydomain.com and images are host in s3 bucket that subdomain is dev-assest.mydomain.comWhen ......
-
i have an issue in creating Login with Sentinel.this code, works perfectly as the user has registered in the system. But, when it cant find the user, i get this error:Argument 1 passed to Cartalyst\......
-
A Parent wants to apply for his/her children, who are a minimum of 2 years old, in an educational institution. The students(kids) don't have email and thus parent's email is used for the students. ......
-
I am trying to write a query which takes a collection of records and loops through them and displays them all but i need it to hide a specific record if one record contains a field as true.Use Case......
-
Laravel 7.24.PHP 7.2.5.I have setup emailing but it is not working on live server BUT it is working locally fine don't know why ?Here is some point that I've tried but still not working,php ......
-
I am using Laravel to send out some emails from RoundCube. The trouble is that I keep getting the same errorFailed to authenticate on SMTP server with username "[email protected]" using 2 ......
-
I have problem comparing with dates in cypress.I have these dateswhich are ordered in ascending order and the witness must demonstrate this.With cypress I launch this test which compares that the ......
-
I have a function that does some validation. Instead of $errors->get(key) returning the custom error messages I've defined, I'm getting the validation rule name. For example, if I use an email that'......
-
i'm writing a code using laravel as backend and vue-cli as frontend.i've got a problem with the data to send to an API laravel restful controller. I get back as answer the err 500.That's my ......