I've had a break from Laravel and returned to see release 5.1 is out which I'm sure can only be a good thing. Not sure if this is related to that or not, but when I was using 5.0 before and when I run "laravel new myproject" I would get a basic app with authentication out of the box (e.g. routes, views etc). Now I have to manually create routes, copy over views, .. in fact, I got so far and thought, "this is a waste of time", and just copied an previous project and made the changes.
Has this option been removed? I thought this was actually a really good selling point with Laravel that authentication was provided out-of-the-box. Is this not the case anymore? If so - damn, I liked it :(
Anyway hoping that there is an easy means to do this, and it's still available somewhere (perhaps not by default though). Any information on this?
Still there but now you can copy and paste the code from the docs if you want or use your own. He gave you the choice, a simple copy and paste does the trick.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community