You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great! I'm tinkering with/learning Laravel and this is a nice little project to explore. There's a few things that I think should probably be moved off to the .env file, and some stuff missing from the README on how to get going (adding the app key for instance), but my main issue I'm raising here is that you have some of your own Google Analytics code in the index.blade.php view.
What would be nice would be to move the GA code off to a setting in .env.sample (and instruct people to copy this to .env) and then include the GA script in all the views.
Thanks though! Love this.
The text was updated successfully, but these errors were encountered:
This is great! I'm tinkering with/learning Laravel and this is a nice little project to explore. There's a few things that I think should probably be moved off to the .env file, and some stuff missing from the README on how to get going (adding the app key for instance), but my main issue I'm raising here is that you have some of your own Google Analytics code in the index.blade.php view.
What would be nice would be to move the GA code off to a setting in .env.sample (and instruct people to copy this to .env) and then include the GA script in all the views.
Thanks though! Love this.
The text was updated successfully, but these errors were encountered: