Support the ongoing development of Laravel.io →
posted 4 years ago

Eloquent Caching does not updated on delete relation of rel`

When Call ->first() which returns record, then call ->delete(), then call ->first() again,...

0 Likes
0 Replies
posted 4 years ago

Installation troubles - Laravel 6 vs. Symfony 4.4

Laravel no longer installs for me. I have tried both composer create-project laravel/laravel my-site...

0 Likes
1 Replies

Laravel 5.8 Login Not Case-Sensitive

Hi, i'm using laravel 5.8. By default, Laravel uses the email field for authentication. I don't use...

0 Likes
0 Replies

Integration of SMF script into laravel

Hello, i have one question. How or is possible to store data from SMF SSI (api) into Laravel Auth. I...

0 Likes
0 Replies
posted 4 years ago

Run file in tinker

Hello guys, it possible i make my script.php and run in tinker? like this php artisan tinker <<...

0 Likes
0 Replies
posted 4 years ago

Sum of Pipelined Collection before Paginate

Is there any way to return the column sum of total records before pagination on a collection that us...

0 Likes
0 Replies
posted 4 years ago

Content Marketing Hacks Your Brand Should Use in 2020

Okay, so you are investing your efforts, resources and valuable time into your content marketing, bu...

0 Likes
0 Replies
posted 4 years ago

Belongs Via Eloquent support

Users Table Schema::create('users', function (Blueprint $table) { $table->bigIncrements('id'); $t...

0 Likes
0 Replies

How different is Laravel now from 4.5

Hi everyone, I am exploring the idea of going back to Laravel and I wrote a blog with the points why...

thewhisperinyourears liked this thread

1 Likes
0 Replies

avoiding cache slams

hey guys! how do I avoid cache slams (https://www.doctrine-project.org/projects/doctrine-orm/en/2.6...

vladyslavstartsev liked this thread

1 Likes
0 Replies

[Question] Laravel based documentation

Hi guys, I'm new to this Forum, my name is Martin. This is not a Issue but just a question, if it do...

m4rt1n liked this thread

1 Likes
0 Replies
posted 4 years ago

Any Experience Using Vultr Cloud Hosting Server

I want to use Vultr vps server to my newly created website. The website is created using laravel fra...

0 Likes
0 Replies
posted 4 years ago

relation not working

Hi, I have this inside my test model: public function student() { return $this->belongsTo('App\Us...

0 Likes
2 Replies

Laravel DB Query Help

$users = DB::table('users') ->leftJoin('Loggin','login.member_id','=','users.id') ->where('use...

0 Likes
1 Replies
posted 4 years ago

Laravel affiliate product feed pacakage

Hey guys, not sure if this is the right forum to ask this question but here goes.. Does anyone know...

0 Likes
0 Replies
posted 4 years ago

How to validate routing params in request ?

Hello I have a little problem with user_id param validation in request. I want to delete user from u...

0 Likes
1 Replies

installation issue on Ubuntu 18.04 (DB name seems incorrect)

Hello, I followed all the steps outlined in the following two links: https://websiteforstudents.com/...

0 Likes
2 Replies
Solved
posted 4 years ago

valet not serving after php upgrade

Hi, I worked successfully for more than 1 year on my dev mac with valet. Today I upgraded to php 7.3...

0 Likes
0 Replies
posted 4 years ago

Migration error on change() - character set

For some reason this migration: Schema::table('map_channel_campaigns', function (Blueprint $table) {...

0 Likes
1 Replies

How to store 2 mobile number in single column

how store the multiple phone number for a specific user in single column table!

0 Likes
1 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.