Just stared experimenting with Laravel 5.4 and have created a really simple CRUD (Create, Read, Update and Delete). Works like a charm, 5.4 has really made many things a lot more easy. Since i'm am more or less learning Laravel and not that confident in my skills yet, i want to ask should i start a new project and create the option for the user to register and login, so he can view his own dashboard and then implement the CRUD or should just continue from my current CRUD project and try to add the login, register and admin panel ? Will post source code if needed.
via CoffeeGuy