Skip to content

conorsmith/wedding

Repository files navigation

Wedding Application

Manually Creating a User

$user = new ConorSmith\Wedding\User;
$user->name = "Admin";
$user->email = "[email protected]";
$user->password = Hash::make("password");
$user->save();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published