z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.12k stars 2.81k forks source link

How to add recaptcha to login page #5784

Closed hieulvt closed 1 year ago

hieulvt commented 1 year ago

Description:

Could you please help me on how to add the recaptcha to the default login page? Thanks

mRamadan0101 commented 1 year ago

follow google steps and u can all admin views in resource path copy all files into resource folder then add in bootstrap.php file this line app('view')->prependNamespace('admin', resource_path('views/admin')); then follow google steps