Added CAS Auth middleware and CAS Login urls to remie platform + removed authserver/homestead/.vagrant from repo
<?php
class ExampleTest extends TestCase
{
/**
* A basic functional test example.
*
* @return void
*/
public function testBasicExample()
{
$response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode());
}
}