Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
1 replies
51 views

I need to fetch data from a list of URLs concurrently in Laravel (PHP). The use case is scraping results from multiple endpoints — one request per URL — and I want to do it as fast as possible without ...
Karim Harazin's user avatar
Best practices
0 votes
2 replies
57 views

I'm using maatwebsite/excel to generate an invoice in PDF. I'm having a template in XLS that I load, update some informations in it and then export as a PDF. $template = new InvoiceImport(); $...
Fabrice Lefloch's user avatar
-2 votes
0 answers
41 views

I am integrating Facebook login and webhook functionality in my Laravel application. What I am trying to achieve: Users connect their Facebook account to my app using Facebook OAuth. I store their ...
seema's user avatar
  • 360
0 votes
0 answers
80 views

I am currently building a restaurant booking system using Laravel. I need to fetch table reservations for the upcoming 7 days, which involves thousands of records. Currently, I am using this approach: ...
Reab Phirom's user avatar
1 vote
0 answers
79 views

I’ve recently been working with the Statamic Laravel framework, and I noticed that the text field type seems to accept Markdown or HTML-like tags. It’s behaving like a Markdown field type, which made ...
clot's user avatar
  • 11
0 votes
0 answers
63 views

Environment: Laravel 8, multiple scheduled commands using pingOnFailure() to send Discord notifications. All commands report as failed, even though they execute successfully. Sometimes duplicate ...
Oleh's user avatar
  • 492
0 votes
2 answers
111 views

I have a Laravel backend that I'm using for my Flutter app on android and iOS. I'm using Firebase for auth, and the token lives for about an hour. The problem I have right now is that you need to be ...
Christoffer's user avatar
  • 7,846
Best practices
0 votes
1 replies
62 views

I'm looking for a second opinion on a design decision. No right answer expected - curious how others reason about it. Context: We have a multi-tenant platform. Each tenant is tied to a country, and ...
nahoj's user avatar
  • 285
-4 votes
0 answers
59 views

I’m currently working on a Laravel project for my freelance work and recently introduced an articles feature. While the development process has been enjoyable overall, integrating a reliable open-...
Enthelot Cloud's user avatar
0 votes
2 answers
122 views

Im using laravel and my images wont load. I don't know if it has something to do with my PostController: <?php namespace App\Http\Controllers; use App\Models\Post; use Illuminate\Http\Request; ...
jimothy's user avatar
  • 11
0 votes
2 answers
53 views

I'm trying to display a PDF file inline in the browser using Laravel, but instead of showing the file, the browser downloads it. Here is my code: return Storage::disk('public')->response( $path,...
Pooria Sadeghy's user avatar
Best practices
0 votes
4 replies
147 views

I’m working on upgrading an existing Laravel 8 project to Laravel 12, and I need some guidance on the best approach. The current project is structured using custom packages/modules (each feature is ...
laravel-dev's user avatar
Advice
0 votes
5 replies
64 views

I will test if it is possibe based on the official documentation, but i'd like to know if someone has done this before or confirm if it is even possible. If not i would like to know if with the smart ...
ManuD's user avatar
  • 11
Advice
0 votes
2 replies
57 views

I'm quite new to web development and am currently learning how to use Laravel. Creating website views with React and Inertia.js was a breeze and managed to create some simple user pages. But now I was ...
BaraHinozuka's user avatar
0 votes
1 answer
67 views

I'm having an error with dropping a foreign key constraint column and add a new columns. The error says that the column doesn't exists from the table. How to fix this error? Syntax error or access ...
user19991216's user avatar

15 30 50 per page
1
2 3 4 5
14165