laravel-10-registration-api-basic-auth maintained by hlack
Api Using Basic Auth For Auth Operations.
Tiny Laravel Backend Api Using Basic Auth For User Registration & Auth [Custom].
Video:
Installation
You can download the repository as ZIP file from here:
if you download it you must run:
composer install
OR
composer create-project --prefer-dist hlack/laravel-10-registration-api-basic-auth
Setup
php artisan key:generate
php artisan migrate:fresh --seed
Browse local
php artisan serve
Urls list
php artisan route:list --path=mobile
License
This helper is released under the MIT License (MIT). Please see the included license file for more information.