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...
Hi Friends, I don't know this is the right place to add this kind of question/suggestion about larav...
I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...
I'm building a quote form and need help passing data into my controller for validation. I have the f...
I'm beginner with laravel. I have a model "Movie" with several categories like western, su...
I have following tables: users (classic laravel table) events user_events in user_events I insert...
I've already got a site up and running successfully with Forge deploying to DigitalOcean. I have cr...
Perhaps you have completed the courses like PHP with Laravel for beginners - Become a Master in Lara...
Hello. I'm a computer science graduate. I have just started an internship at a company where they us...
Hi I want use laravel for creating a vulnerable web application portal to teach web attack to our st...
I can't log in to my laravel API with passport, suddenly, everytime I try to register or login and I...
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