Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
94 views

I am designing a Laravel application that handles millions of daily requests with a MySQL database containing tables with hundreds of millions of rows. A common requirement is adding or modifying ...
Score of -2
2 answers
87 views

RewriteEngine On # Block direct access to /public/* from the browser RewriteCond %{THE_REQUEST} \s/+public[/\s?] [NC] RewriteRule ^ - [F,L] # Redirect everything else internally to /public folder ...
Score of 0
1 answer
106 views

I am using Laravel 13, Livewire V3, and the Laravel AI SDK to generate AI messages based on Knowledge Chunks. That part works great, and it streams to the page. However, the problem is that the ...
Score of -3
1 answer
55 views

for running a nativephp in a real device and watching it (update the app on file changes), we need watchman: sudo apt install watchman and then we can run it: php artisan native:run --watch but ...
Score of -1
1 answer
86 views

I have submitted a form whose fields can be empty and the resulting URL is <http://localhost:8000/oglasi/pretraga?grad=&broj_soba=&m2_od=&m2_do=&cena_od=&cena_do=>. Filter ...
Best practices
1 vote
6 replies
139 views

I am architecting a high-concurrency synchronization endpoint in Laravel where thousands of cross-platform mobile clients concurrently send payload mutations to update a single user state row in a ...
Score of 0
0 answers
123 views

I'm experiencing a strange issue with Laravel 13 on Windows 11. Any Artisan command that requires interactive input immediately exits before I can type anything. For example: php artisan migrate ...
Advice
0 votes
2 replies
60 views

I'm hosting public Shopify app on Cloudways Server. The app is built with Laravel and React, and currently has over 250+ merchants. As the number of merchants grows very fast, the app handles many ...
Score of 2
2 answers
122 views

I'm working on a Laravel project where I've integrated the AdminLTE template with Blade, and I'm using Vite as the asset compiler. When I click any sidebar link, the entire page reloads (“flashes”) ...
Score of 0
2 answers
72 views

I am using Laravel's vue-starter-kit and inside resources/js/components/ui/ folder there are some different ui components. For example If you need to use Input it's easy, this is how: import { Input } ...
Score of -2
1 answer
67 views

realestate\app\Http\Controllers\AuthController.php has registration validation rules and register method: use Illuminate\Http\Request; use Illuminate\Support\Facades\{Auth, Log}; use Illuminate\...
Advice
0 votes
1 replies
63 views

I deployed my first Laravel/Vue website for the company I work at (not a software one) and I am trying to optimize the performance of a SPA built with Laravel 11, Vue 3 with Tailwind, Inertia.js, and ...
Score of 0
0 answers
54 views

I have a marketplace AirBnB type application - providers set up rooms and my platform allows the booking - payments are received and I've set it up so a paymentIntent is created when a booking is made ...
Score of 0
1 answer
116 views

I have a PostgreSQL database table tasks that includes a column eligible_status_ids BIGINT[]. I also have a Laravel Eloquent cast PostgresArrayCast that transforms between the postgres array format (e....
Score of 0
1 answer
114 views

I’m having a problem with auto-discovery of my Listener under the src directory in a Laravel 12 project. The application structure goes like this: - app (nothing in here) - bootstrap -- app.php - src -...

15 30 50 per page
1
2 3 4 5
14159