I need help from anyone who can help me figure this out. The company I work for has a website built...
rezwan-hossain liked this thread
I have a search form that is sending a GET request to the method that it is using to view the form:...
We are a group of developers working in the freelance market and usually get the projects related to...
Hello, I'm new at Laravel. I'm getting 404 page not found and have no idea why. My routes list, as y...
I wanna generate ID like CUST-00001, CUST-00002 like this and product code like P-0001, P-0002, M-00...
meenctg liked this thread
So I have creted my group in web.php `Route::redirect('/', '/it'); Route::group(['prefix' => '{lo...
Hi, I'm currently having the following problem that $eloquentEntity->relation->count() and $el...
Hello, I have inherited a site from another developer that is working perfectly on the production se...
Hi Guys/Gals, Have spent a fair amount time searching before asking and am quite stuck. Basically I...
**I only use required but not show the validation message ** public function store(Request $reques...
I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...
I'm trying to make my notifications for Laravel 6 mail out effectively. I have a model (Event) that...
Trying to get Laravel Cashier to work when adding a payment. Following everything as instructed in d...
Hi, I am using resources routes for first time and i have a problem with the routes. When i try to a...
Hi, I would like to add a button to a page that invokes a database action. Let's call the action &qu...
I use Laravel Framework 5.8.29 - in backend(API) Angular-js - in Frontend So My issue: I use session...
I have setup blog and its' database with form submitting.It works all fine.The blog grid view also w...
in my view is presenting the following error I'm using standard laravel logic "Undefined variab...
i get a json response like this note i am using GuzzleHttp to call my API Front End Controller $r...
This is my controller. namespace App\Http\Controllers; use Illuminate\Http\Request; use App\User; u...
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