Hi, I am trying to upgrade lumen/laravel from 5.8 to 6.0 version. I have changed the composer.json f...
Hi, I have several 1,000 records of data to import from a .sql file into a new table. Is it ok to do...
Hi, I am new to Laravel and trying to setup the mail functionality. I opened a mailtrap.io account f...
I have a token (generated with Laravel passport) in my header while sending a request. When I want t...
Hi I have the problem that in the form I have several fields where I validate the data via regex. Th...
Airbnb Clone is an online rental marketplace application between the host and the travelers. Using t...
Need to load th json files in active record modelrails
I'm polishing Laravel Kubernetes deployment (I'm not the PHP dev,rather devops guy) and have some co...
The completed website is working, but when I try the routes in laravel tests it always return Opps p...
@extends('base') @section('main') <div class="row"> <div class="col-sm-8 offset-sm-2">...
public function store(Request $request) { $request->validate([ 'nom' =>'required', 'pren...
Hello I am working on an application, I would have to save a photo ID but when I click on the save b...
where is the error $products=Product::whereHas('product_name','like','%'.$request->get('name').'%...
Hi guys ... here i am trying to protect some of my routes. I m using socialite and it is already wor...
I am trying to use \Auth::loginUsingId($user_id); in my api but after I use it user redirect to logi...
I'm working on a laravel api, which is used for an android application. I want to instantly scrape d...
Is there solution for multiple views for different subdomains? Also it should handle queuable action...
Trying to redirect the user to the thread page after creating their thread. I am not sure to pass th...