Skip to content

Commit ab38ad7

Browse files
committed
✨ Add backend validation to form login and register
1 parent b313409 commit ab38ad7

File tree

8 files changed

+17818
-450
lines changed

8 files changed

+17818
-450
lines changed

app/Http/Controllers/API/V1/Auth/RegisterController.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use App\Http\Controllers\Controller;
77
use Illuminate\Support\Facades\Validator;
88
use Illuminate\Foundation\Auth\RegistersUsers;
9+
use Illuminate\Http\Request;
910

1011
class RegisterController extends Controller
1112
{

composer.lock

+77-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/app.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)