Support the ongoing development of Laravel.io →

Many-to-Many Relationship Form Binding (Laravel 5.3)

Hey guys, I am having trouble coming up with a plan on how to populate the "team_user" tab...

0 Likes
0 Replies

.env.travis File ignored in Laravel 5

I created a new file for Travis CI environment that looks like this .env.travis APP_ENV=travis APP_...

0 Likes
1 Replies

Database Query ROUND delivers wrong value

Btw. I'm using Lumen I have a table of events which have a LAT and a LNG each. Then I want to delive...

0 Likes
0 Replies

Defining Multiple Relationships

Hello, I'm trying to define a relationship where one user has many different roles. An user can sign...

0 Likes
0 Replies

Maintaining only created_at or updated_at in an Eloquent model

Hi. I'm aware that this was often asked for in the past. There are basically two solution's that can...

0 Likes
2 Replies
Solved

PHP function

please i want to know how to function a function that will work in all the website using php not in...

0 Likes
2 Replies

How to join in laravel infyom generator?

My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...

0 Likes
0 Replies
posted 7 years ago

Get specific columns using 「with()」in laravel with appends fields in model

In my User model, I have an appends fields: protected $appends = [ 'is_admin' ];...

0 Likes
0 Replies

Laravel Register didn't Create New Data

I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...

0 Likes
3 Replies

l5-repository query

Guys, good night. It's OK? I have a question that is difficult to solve. How would I make this query...

0 Likes
0 Replies

Synchronizing 2 databases in Parallel

First I would like to thank your community as it has helped me a lot during my journey of learning L...

0 Likes
6 Replies
Solved

TokenMismatchException Issue

So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...

0 Likes
0 Replies

Table with multiple polymorphic fields

Ok so I have a table called payments which has two sets of polymorphic fields:- parent_id parent_typ...

0 Likes
0 Replies

Form Submission after Authentication

I was developing a form which is public but user must be logged in to submit the form. Here is my ro...

0 Likes
3 Replies

How to get base url form json in laravel 5.3?

My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...

0 Likes
1 Replies
Solved

login using user id in JWT Auth

Hi, I know , that exists way how to login users by theirs ids: Auth::loginUsingId($user_id) but how...

0 Likes
1 Replies
Solved
posted 7 years ago

Auto add tags in thread

Hi Friends, I don't know this is the right place to add this kind of question/suggestion about larav...

0 Likes
0 Replies

Laravel large size image upload validator not work

I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...

0 Likes
0 Replies

Validating and storing checkboxes

I'm building a quote form and need help passing data into my controller for validation. I have the f...

0 Likes
0 Replies

Parameters route to controller

I'm beginner with laravel. I have a model "Movie" with several categories like western, su...

0 Likes
3 Replies

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.