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...
Hi guys! I have a query in laravel that does the job in 99%. $users = \DB::table('company_user')...
Ok, really quite stuck at the moment trying to wrap my head around relationships and how best to use...
Hi guys, so i have this input from invoice_table, "order_numbers", with values something l...
Hi community, I am quite new to Laravel and currently thinking about migrating a larger project base...
Hello, I'm very new to Laravel and I want to make a Login / Logout system to my admin panel without...
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