{ $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...
I am manually implementing login for Sanctum SPA (AngularJS) app and based on the Sanctum documentat...
Hello! I´m trying to create a login page using the tables that I already have on my desktop applicat...
https://github.com/redbastie/livewire-tailwind-auth
In my Laravel-5.8 application, I am using Microsoft Azure for the authentication for Company A confi...
Hi there, I use Laravel 8 and sometimes my jobs are duplicated without reason. Here are some details...
`In my Laravel application, I am trying to send mail notification based on the company_id of the log...
https://github.com/redbastie/laravel-auto-migrate
https://github.com/redbastie/livewire-auto-routepackli
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...
I would like to build a multi auth system, where companies can sign up, and have an admin that can c...
Hi, I need to keep a product database updated but it has over 100 vendors and all of them need s dif...
Simple question: which is the best table name (to use with eloquent) for a counter between authors a...