Connor Leech
Connor Leech
Upgrade to 5.4 latest would be good. It may be more complicated than upgrading only the composer.json but would be happy to submit a PR ([upgrade guide](https://laravel.com/docs/5.4/upgrade)) Thanks @unicodeveloper for...
Have similar question. I add an image to open graph for all pages on the site. How would I override that images if I want some pages to have unique...
I think this one can be closed out. One thing that I think is worth mentioning though is that GitHub wiki's can't receive pull requests, so it might make sense...
I think we just need to run `spin up`. Will give it a go tonight https://serversideup.net/open-source/spin/getting-started/introduction
Okay I think I figured it out. Had to install [spin](https://serversideup.net/open-source/spin/#run-your-migrations). Then this was specific to me, kill the nginx process I had running on port 80 (`sudo nginx -s...
What about the database though? @densityx
I've never used Dusk for testing but after reading this definitely want to get started! Seems like lots of opportunities for web scraping use cases also. 👏 @AlexVanderbist
Is there a solution for this on OSX?
Do you want the info client or server side? On the server you can access user info with `req.user`
What error message do you get?