v0.0.1 Added the first files and made a login system.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
require "../../bootstrap.php";
|
||||
$createUser = User::Create(['name' => "Victor", 'password' => password_hash('1234', PASSWORD_DEFAULT)]);
|
||||
echo "User was created";
|
||||
Reference in New Issue
Block a user