hlack / php-vanilla-registration-api
Backend Api Using Request For Auth Operations.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8
- fakerphp/faker: ^1.21
- illuminate/cache: ^8
- illuminate/database: ^8
- illuminate/events: ^8
- illuminate/filesystem: ^8
- illuminate/http: ^8
- illuminate/pagination: ^8
- illuminate/routing: ^8.83
- illuminate/validation: ^8.83
- laravel/helpers: ^1
- league/flysystem: ^1.0
- phpmailer/phpmailer: ^6.8
- psy/psysh: ^0.10.4
- symfony/process: ^5
- vlucas/phpdotenv: ^5
Requires (Dev)
- doctrine/dbal: ~2.10
- illuminate/console: ^8
- illuminate/view: ^8
Suggests
- doctrine/dbal: Allow renaming columns and dropping SQLite columns.
This package is auto-updated.
Last update: 2024-11-05 22:21:03 UTC
README
Tiny Backend Api Using Request For User Registration & Auth [Custom].
Installation
composer create-project --prefer-dist hlack/php-vanilla-registration-api
Setup
-
copy
.env.example
to.env
and fill your configuration. -
Run:
php artisan migrate:fresh --seed
License
This helper is released under the MIT License (MIT). Please see the included license file for more information.