@mattharwood I see no reason why it wouldn't be possible to add this to an existing site but obviously I would recommend doing this is a development environment first.
php artisan make:auth will create the necessary routes, controllers, views and migration files and then running php artisan migrate will add the tables to your database.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community