Level 47
Read the Laravel docs.
http://laravel.com/docs/master
How can i use dynamic url instead of
Route::get('/api/messages', function(){
return \App\Project\Message::all();
});
like Route::get(inbox/{user}/{applicantid}); how to use {user}, and {applicantid})
in
this.$http.get('/api/messages',function(messages){
this.$set('messages', messages);
how to use php variable and eloquent in directives, how to use pagination, how to use arguments in controller method and return to json.... wwwwoooooww lot more things to learn jeff
Please or to participate in this conversation.