php artisan serve (if that's what you're meaning) uses php's built-in webserver, which is extremely basic and very limited. It doesn't use apache (or include apache). That might actually be the problem. I'd suggest using a real web server, like apache or (better) nginx. Since you're using xampp, I'd set up a virtual host with apache.
Along the left, under the persons avatar for each post, there is a thumbs up icon (for liking a post) and a checkbox icon(for marking that post as the solution).