We are a group of developers working in the freelance market and usually get the projects related to...
Hi, I have a problem with a redirect -> with message In my controller, I have a return redirect a...
how to get last inserted id in laravel 6? Bettar Soulution? for
Hello, I recently started a new project and I want to compile two different vue apps with same larav...
Hi guys, I have this issue using Laravel Sanctum and Vue SPA. In my SPA (after logging in using Lara...
here is my route: `Route::post('/admin/gallery/{id}', 'GalleryController@updateGal')- name('gallery...
$desc = Discussion::with('latestmsg') ->where('user_id', $user_id) ->orWhereHas('ad', function...
How do Laravel return redirect with js ?ll
I am working on a website, its working fine in localhost, but in production with https its showing p...
Hello, I'm searching a solution to forward directly the answer of my cURL request. We have 2 API: 1...
Hello, I'm trying to populate a dropdown from a database tabel in Laravel 7 and I can't get it worki...
hi, i am trying to show only those packages name from drop down list which doesn't exist in database...
Dynamic Photo is a package to assist in integration with CKEditor, a powerful WYSIWYG. With the pack...
CSRF validation should be passive for current laravel versions. app\Http\Middleware\VerifyCsrfToken....
Hello, I recently started using Laravel Vapor to deploy my application. I would like to put my proje...
Sanctum Version: 2.1 Laravel Version: 6.2 PHP Version: 7.2 Database Driver & Version: [email protected]...
I've used PHP extensively over the 5 last years. I've also used Laravel for a few projects of mine....
I leave a link to a folder with a log file extract from my first attempt to install laravel. The log...
I managed to use Laravel Echo to receive notifications in my Vue project, but when I close the brows...
jamieconnor liked this thread
In the constructor of Illuminate\Foundation\FoundationApplication.php, $basePath is nullable. Why is...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community