Working on default app structure. Login views.
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateUsersTable extends Migration {
|
||||
Schema::create('users', function(Blueprint $table)
|
||||
{
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->string('password', 60);
|
||||
$table->rememberToken();
|
||||
|
||||
Reference in New Issue
Block a user