Support the ongoing development of Laravel.io →

991 Threads

Move to a new server with keeping the users logged in

Hello, I want to migrate my app from a server to another one and keep the users logged in. I am usin...

0 Likes
1 Replies
Solved

Internal Server Error Laravel Website

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

1 Likes
12 Replies
Solved

how instead call an Eloquent STATIC method from controller

Laravel 6.x the below works… how instead to call an Eloquent Laravel db method??? how instead call a...

0 Likes
5 Replies
Solved

Eloquent relation count problems

Hi, I'm currently having the following problem that $eloquentEntity->relation->count() and $el...

0 Likes
1 Replies
Solved
posted 4 years ago

php artisan migrate - No connection could be made

Hello. I'm learning Laravel using Homestead. I'm following the "Laravel 6 From Scratch" vi...

0 Likes
3 Replies
Solved

Sql Server Date format issue

Hello, First of all I'd like to say that I have no other choice but using SQL Server ( and IIS as we...

0 Likes
6 Replies
Solved

how to use ServiceProvider boot function? Laravel 6.0

I used two classes here they are : Schema::defaultStringLength(150); View::share('channels',Channel:...

0 Likes
4 Replies
Solved

Need help with my controller -> query

Hi! Have this controller code, that wil display data in datatable with 3 buttons. But it Gives me t...

0 Likes
2 Replies
Solved

How to send Email from form to multiple email accounts

my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...

0 Likes
4 Replies
Solved

Eloquent result different from MySQL result

Hi all. I have 3 tables in Laravel: doctors, clinics and clinic_doctors. Doctors have relation: publ...

0 Likes
1 Replies
Solved

Swiftmailer with dynamic mail configuration

I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...

0 Likes
13 Replies
Solved

New Forge App, Undefined Index 'Table'

Hi! I just deployed my first Laravel app, built using Homestead on Ubuntu 18, to an AWS server via F...

0 Likes
3 Replies
Solved

Laravel 5.7: User-tables in other database

Hi, In my Laravel project, my users-table and password_resets-table are located in the database Inte...

0 Likes
2 Replies
Solved

Table name is wrong in SQL query

Hello everybody! If I create a new migration where my table name is e.g. 'hosts_armory' and in my co...

0 Likes
4 Replies
Solved

SQLSTATE[HY000]: General error: 1364 in LARAVEL 5.7

I tried to validate data inserted into a form before storing into database. basically the model has...

0 Likes
1 Replies
Solved

Fetching view from DB

Hello!! I am new in Laravel society. :) And I stuck with something. I made view in database and I do...

0 Likes
5 Replies
Solved

SQLSTATE[HY000] [1045] access denied for the user: 'homestead'@'@localhost' (password: YES)

Well I'm new to laravel, & still learning it. Basically when i use php artisan migrate, it migra...

0 Likes
7 Replies
Solved

Connect 3 tables with 2 pivot tables

I'm trying to find all rows in c table (see DB schema) associated with one row in a table. Connected...

0 Likes
5 Replies
Solved

SetConnection doesn't work in a non-static eloquent context

Hello, I'm trying to do this (Laravel 4.2) : In database.php 'default' => '', In a function $mod...

0 Likes
4 Replies
Solved

Has Many Through Relationship Depth

Hey Guys, I am just trying to understand the depth of the has many through relationship as well as i...

0 Likes
4 Replies
Solved

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.