I updated my config/app.php domain to point to my domain now instead of localhost. All the references to my styles and scripts are like this:
<link rel="stylesheet" type="text/css" href="{{ asset ("/bower_components/adminlte/bootstrap/css/bootstrap.min.css") }}">
What am I doing wrong? Why won't my styles and scripts load?
@lars6 No, I was hoping to not have to do too much from the command line is why I went with Forge. Do I need to configure SSH and then get into the server to run that command? Or is this something I can do with the Recipes feature of Forge? I'm a complete noob :)
@lars6 I am using Laravel 5.3 - Gulp is somewhat new to me as well but I remember working with it briefly through the first part of the Getting Started Series.
I have already built out my app, how would you suggest me moving forward in resolving this without much knowledge of SSH?