Hello Laravels. I'm building a cityguide which has companies-company types, groups-group types, even...
I am trying to create a unit test for my db seeder, which looks like this: <?php use Illuminate\...
Hello, I have a Problem i will create Teams for Users Amateur, Community etc. I have create Migratio...
Here's what my very simple model looks like: <?php namespace App; use Illuminate\Database\Eloqu...
I don't want to drop and re-create the the column, but I need to now make it nullable. There doesn't...
Есть таблица produkts. У этой таблицы есть связи "многие ко многим" с 3 другими таблицами...
I'm going insane. I have a query that needs to use a join and eager loading. The join needs to occur...
Unit Model: namespace App\Models\Qualification; use Illuminate\Database\Eloquent\Model; class Unit...
Hello, Just beginning with Laravel and i'm wonder if it's possible to import an existing database (s...
Hello, I started to learn Laravel and I have a problem. I want to upload image (name -> database)...
When I use Factories in a test class in phpunit, field value doesn't insert into database. It return...
Hello! I want to make a web installer based on Laravel, which means, i want people to be able to put...
I recently created a migration with 5.6 that changed the data type for multiple columns and renamed...
I'm trying to figure out the best way to define a relationship from one model to another where the r...
Hello, I would like to program an inventory system and need 3 tables for it. These can also be gener...
Hello, I am trying to run a statement to create a database and an user, but it seems laravel continu...
We have a product SaaS let's say eCommerce. All user created shops and products are stored in single...
Hi good people. Have been stuck for hours on end with model binding with dynamic DB connection. I ha...
I have a doubth in am creating my DB , I have a column in my table that is called STATUS , the value...
Hello everybody, I don't have any problem running my app locally, I have cross checked my code thoro...
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