I have this models in Laravel-5.8: class Employee extends Model { public $timestamps = false;...
Hi, I'm new to laravel and I want to know how do you** handle the file update in an optimized way**?...
Hello, as I can see in the docs, sanctum can be used to protect web routes because he first attempt...
Is this correct or should I do sth else? $schedule->command(Commands\ProductsIntegration::class)...
I am trying to develop a multi-tenancy application without using Package in Laravel-5.8. I am trying...
{ $this->data['file']->move('storage/app/image/', $file = date('YmdHis').'.'.$this->data['f...
While I use Dompdf library to generate pdf it generates pdf perfectly as my expectation. But while I...
We are using Laravel Framework 5.8.38 We are using RDS Mysql as Database. The configuration is as fo...
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -I...
The way I implemented multilang is through middleware and routes. Middleware Localization.php looks...
this my error return $this->getRouteForMethods($request, $others);} throw new NotFoundHttpExcepti...
Laravel Version: 8.20.1 PHP Version: 8 Database Driver & Version:mysql I have an issue about loa...
Simple question: which is the best table name (to use with eloquent) for a counter between authors a...
I'm wondering what package should I use in creating a point system for example user will get point i...
Hi all, I am building an API for my application and I want to limit my endpoints to the JSON Data, I...
We had question for everyone who is using Laravel. What you think about using Google Firebase's Clou...
Can the shop manager in e-commerce also delete products, or only has the option to create and edit,...
LarCan the shop manager in e-commerce also delete products, or only has the option to create and edi...
Description: After upgrading Laravel Jetsream to v2, I updated @inertiajs/inertia to v0.8.2 and @ine...
Hi, I am developing a SPA with Laravel and Vue and using Sanctum cookie based authentication for the...
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.