I currently have a Laravel application deployed in a autoscaling group at www.example.com and a wordpress blog at blog.example.com on a single instance
www.example.com
blog.example.com
Try to use this before Laravel rules:
RewriteRule ^blog - [L,NC]
This will let you use Wordpress with Laravel.
Also, you could try this solution.