Laravel user id hard coded in
I currently have the id hard coded in but I want to pull it in from the current logged in user's id.
Laravel user id hard coded in
I currently have the id hard coded in but I want to pull it in from the current logged in user's id.
If you are using laravel authentication you can try this.
Auth::id();