hlack / laravel-10-registration-api-basic-auth
Backend for registration project.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.0
- laravel/helpers: ^1.6
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-11-06 03:59:52 UTC
README
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.