I need to set dynamically the table name (extract from other database) and get the last record. This...
One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...
Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
Hi, outputing data from created_at field lavarel 5.4/postgresql 9.4 I got error: InvalidArgumentExce...
First of all, sorry for my bad english, I will try my best to explain it. I'm using Laravel 5.4 and...
Here are my migrations: photoset_categories class CreatePhotosetCategoriesTable extends Migration {...
how to add timetamps with default value on multiple tables using migrate
I want to create 2 dimensional JSON array from database. The format will be as followings [ {"i...
I am using laravel-5.4 make:auth . Added one extra field in user table -> profile picture in view...
I have a pivot table "show_user" with columns show_id, user_id in my App\User.php i have p...
Hello, in laravel 5.4 setting rule for unique name like $rules = array( 'name' => 'r...
Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...
If I do this, I would be able to retrieve the images() for the item $items = Item::all(); foreach($i...
I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...
Hi, i had two input Datetime field. User can choose to fill in either these two field. For the empty...
Hi I'm fairly new to Laravel and the way sync handles collections or array has me stumped when synci...
i'm trying to save a new tvshow and it's episodes into the database with the following code but in t...
Hello, guys! I'm working on a small reusable package and one part of it - to publish some seeds. I w...
Hi, i had two modules which are Product and Items Modules Here the relationship between these two mo...
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