Any clue any one about how can we get it done?
Can I see your controller?
someone has an experience with some of them?
Do you know any automatic system to translate laravel?
Is it from a parameter in route?
any cool suggestions on project topic that can be built with laravel?
any help please?
Any clue any one about how can we get it done?
There are many ways to do this. You may create events.
after successful login, invoke this method. Hope you’ve already covered the docs for the same.
after successful login, invoke this method. Hope you’ve already covered the docs for the same.
I did try this out brother but the concept of logging out all other devices is not working
But if I am trying to do same functionality for socialite the password gets changed or don’t know what happens that when next time the same user tries to login via id password who first logged in by social account it should invalid credentials to that user coz his password gets changed or affected it seems
after successful login, invoke this method. Hope you’ve already covered the docs for the same.
Do you have some kind of documentation or its link which would be a help
If you have installed ninja forms plug-in in WordPress, quickly update to the latest version.
Critical security flaws identified, 1M active sites affected.
We are hiring experienced Laravel developers and small startups / teams who are willing to work in challenging scenarios and deadlines. If you feel you can do something thn ping me on +919767251234
i have created a table with a foreign key but i wan to display the name of the value itself not the id .how can i go about this..kindly help
i have created a table with a foreign key but i wan to display the name of the value itself not the id .how can i go about this..kindly help
Use join query
If you want to get user from request()
request()->user()
$request->user()
via auth()
auth()->user()
Auth::user()
my controller

my update method

Show this model code
my left join gives me an error when i try displain it on a dashboard …any leads ill appreciate


Please help mee ..I am in a real crisis

Without all that blank space you leave in the screen shoot we could read better the text-
This is so hard 🔥
the model
Any help please
What should i need to achieve this
how to produces the following SQL to Query builder or Eloquent Laravel
SELECT ta.teacher_id, ta.school_id, ta.decree_number, l.name, c.class_name
FROM school.sc_teacher_assignment ta, school.sc_teacher_assignment_map tam, school.sc_lesson l, school.sc_class c
WHERE tam.lesson_id = l.lesson_id
AND c.class_id = ANY(ARRAY[(select b.class_id from school.sc_teacher_assignment_map b where b.teacher_assignment_id = ta.teacher_assignment_id)])
AND tam.teacher_assignment_id = ta.teacher_assignment_id
AND ta.teacher_assignment_id = 14
You are using Auth facades in a wrong way. You assume it as a type of function. It should be like this
Auth::user()->user_name
And the $request->id, where does it came from?
Is it from a parameter in route?
/user/update/{id}
public function update($id, Request $request)
…
ursbnew::findOrFail($id)
Unless you have an id request in your form

I have array value class_id in a column on table map
The way you name the class is inappropriate. You must always start with Capital letter.
Good day to everyone
I’m a final year computer science student
any help please?
Create Account for earn money
Here , We will See:How to Create Login Form in Bootstrap 4 ,Design Responsive Login Form in HTML , CSS and Bootstrap ,Responsive Form in Bootstrap 4Responsiv…