Support the ongoing development of Laravel.io →
posted 1 year ago

Specific Laravel version using Sail

Trying to install a specific Laravel (9) version when installing via sail. I use php 8.0 but if I dr...

0 Likes
1 Replies

Migrations

Salut je me suis lancé dans laravel ya quelques semaines. je m'exerce sur un projet test j'ai crée d...

0 Likes
1 Replies

Laravel Eloquent - Repetitive IDs in the IN clause when eage

Environnment OS: Windows 11 - WSL2 (Ubuntu 20.04) PHP: 8.1 Stack: Laravel 9.22 | InertiaJS | Vue3 Da...

0 Likes
1 Replies
Solved
posted 1 year ago

Are Laravel pages searchable?

I'm thinking about rewriting my personal website in Laravel, as a training exercise. My site includ...

0 Likes
1 Replies
posted 1 year ago

Respecting the X-Real-IP header

Dear Colleagues, My Ingress sets the X-Real-IP HTTP header which I can trust. However the TrustedPro...

0 Likes
4 Replies
Solved
posted 1 year ago

indexQuery and custom field

Hi I want to add something like IF(domainExpired IS NULL, '3000-01-01', domainExpired) as d2 to sele...

0 Likes
2 Replies

laravel/ui v2.0.0 requires php ^7.2.5 -> your php version (8

I inherited a laravel app. When I run composer install I get 4 errors the first being laravel/ui v2....

0 Likes
2 Replies
posted 1 year ago

Why does sortBy and sortByDesc behave differently?

Hello, When I use sortByDesc, the results are returned with an outer wrapping but using sortBy does...

0 Likes
2 Replies
Solved
posted 1 year ago

How can I get a model and all of its foreign?

Hello, I have the following models: Member Address (belongs to a member) Phone (belongs to a member...

syq246 liked this thread

1 Likes
2 Replies
Solved
posted 1 year ago

database tables to migration script formats?

I'm new to laravel but have a background in database programming. My friend that has gotten me star...

0 Likes
2 Replies

Simplest way to create new page directly in front-end

I want to have a function that lets admin create new page with routes and everything without hard co...

0 Likes
0 Replies

Redirect a user using middleware cause redirections loop.

I am using Nova 4 and Laravel 10. I need to redirect user to password update page on their first log...

0 Likes
3 Replies
posted 1 year ago

SQLSTATE[42S01]: Base table or view already exists: 1050 Tab

![php artisan migrate:fresh Dropping all tables .......................................................

0 Likes
2 Replies
posted 1 year ago

nova theme need some assistance customizing layout coding

i am looking for some assistance with customizing my r e-commerce website that was created using th...

0 Likes
0 Replies

Creating Custom Cards not working with Nova 4.

Hey there, I am using Nova 4 and Laravel 10. I have requirement to greet user on logging in with a W...

0 Likes
1 Replies
Solved
posted 1 year ago

Livewire + Webrtcl

Does anybody try to use Livewire with WebRtc ?? any package for that .. any demos or examples I am a...

0 Likes
0 Replies

Ho can i store associative array value to DB?

$authid = Auth::user()->id; $tblAptServices = $request->except('userName', 'userEmail', 'u...

0 Likes
1 Replies
posted 1 year ago

get only required fields on table

collect(DB::select('DESCRIBE users'))->filter(fn($item) => $item->Null == 'NO');

0 Likes
1 Replies
posted 1 year ago

DB connection fail

I am deloying a website on a Linux server . Ubuntu 22.04 64, PHP 8.1, mysql 8.0.32-0ubuntu0.22...

0 Likes
1 Replies

PHP Redis PConnect Issue

Hello everyone. First time here! I am a frontend guy trying to run a small web dev business and I ha...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.