hlack/laravel-10-registration-api-basic-auth

Backend for registration project.

1.2.1 2023-04-06 00:41 UTC

This package is auto-updated.

Last update: 2024-04-06 02:51:30 UTC


README

Tiny Laravel Backend Api Using Basic Auth For User Registration & Auth [Custom].

Video:

Watch Video

Download Video

Or Download Video

Installation

You can download the repository as ZIP file from here:

Github Link

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.