Hi! Im using jwt.auth middleware in my routes like this: Route::post('/login','AuthController@Login'...
Hello everyone! I have a small problem that i cant figure out. I have a AuthController with two func...
Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...
Hi! Why im a getting this error in my view?? Controller------ public function createPost(PostReques...
Hi! Im trying to get a json response in Laravel 5. //variables in my Model $URL= "https://maps....
what do you need to know? Controllers are under the Http folder,resources has the views and Model ar...
@foreach($values as $value) <ul><li>{{$song->title}}</li></ul> @endforeac...
Everything is working i just want to know why laravel i showing HTTP status in the json response lik...
The Laravel portal for problem solving, knowledge sharing and community building.
The community