I have a Restaurant model with many Location models. Location models can have many Menu models. Menu...
Hi, I'm having this error message when I try to load an Middleware. ReflectionException in Container...
I have my app finished, but I wish to run it on 2 different domains and every domain should have his...
So. This is one of those "Well that escalated quickly" type projects. You start with basic...
Hey guys, I am having trouble coming up with a plan on how to populate the "team_user" tab...
I created a new file for Travis CI environment that looks like this .env.travis APP_ENV=travis APP_...
Btw. I'm using Lumen I have a table of events which have a LAT and a LNG each. Then I want to delive...
Hello, I'm trying to define a relationship where one user has many different roles. An user can sign...
Hi. I'm aware that this was often asked for in the past. There are basically two solution's that can...
please i want to know how to function a function that will work in all the website using php not in...
My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...
In my User model, I have an appends fields: protected $appends = [ 'is_admin' ];...
I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...
Guys, good night. It's OK? I have a question that is difficult to solve. How would I make this query...
First I would like to thank your community as it has helped me a lot during my journey of learning L...
So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...
Ok so I have a table called payments which has two sets of polymorphic fields:- parent_id parent_typ...
I was developing a form which is public but user must be logged in to submit the form. Here is my ro...
My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...
Hi, I know , that exists way how to login users by theirs ids: Auth::loginUsingId($user_id) but how...
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.