Hello, I want to migrate my app from a server to another one and keep the users logged in. I am usin...
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
Laravel 6.x the below works… how instead to call an Eloquent Laravel db method??? how instead call a...
Hi, I'm currently having the following problem that $eloquentEntity->relation->count() and $el...
Hello. I'm learning Laravel using Homestead. I'm following the "Laravel 6 From Scratch" vi...
Hello, First of all I'd like to say that I have no other choice but using SQL Server ( and IIS as we...
I used two classes here they are : Schema::defaultStringLength(150); View::share('channels',Channel:...
Hi! Have this controller code, that wil display data in datatable with 3 buttons. But it Gives me t...
my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...
Hi all. I have 3 tables in Laravel: doctors, clinics and clinic_doctors. Doctors have relation: publ...
I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...
Hi! I just deployed my first Laravel app, built using Homestead on Ubuntu 18, to an AWS server via F...
Hi, In my Laravel project, my users-table and password_resets-table are located in the database Inte...
Hello everybody! If I create a new migration where my table name is e.g. 'hosts_armory' and in my co...
I tried to validate data inserted into a form before storing into database. basically the model has...
Hello!! I am new in Laravel society. :) And I stuck with something. I made view in database and I do...
Well I'm new to laravel, & still learning it. Basically when i use php artisan migrate, it migra...
I'm trying to find all rows in c table (see DB schema) associated with one row in a table. Connected...
Hello, I'm trying to do this (Laravel 4.2) : In database.php 'default' => '', In a function $mod...
Hey Guys, I am just trying to understand the depth of the has many through relationship as well as i...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community