Merge branch 'master' into develop
This commit is contained in:
commit
76d4c11c0f
|
@ -2,8 +2,6 @@
|
|||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
|
||||
class Inspire extends Command {
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
'container' => 'your-container',
|
||||
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
|
||||
'region' => 'IAD',
|
||||
'url_type' => 'publicURL'
|
||||
],
|
||||
|
||||
],
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"gulp": "^3.8.8",
|
||||
"laravel-elixir": "*"
|
||||
|
|
|
@ -18,5 +18,6 @@
|
|||
<env name="APP_ENV" value="testing"/>
|
||||
<env name="CACHE_DRIVER" value="array"/>
|
||||
<env name="SESSION_DRIVER" value="array"/>
|
||||
<env name="QUEUE_DRIVER" value="sync"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
|
|
|
@ -47,11 +47,9 @@
|
|||
|
||||
<div class="form-group">
|
||||
<div class="col-md-6 col-md-offset-4">
|
||||
<button type="submit" class="btn btn-primary" style="margin-right: 15px;">
|
||||
Login
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary">Login</button>
|
||||
|
||||
<a href="/password/email">Forgot Your Password?</a>
|
||||
<a class="btn btn-link" href="/password/email">Forgot Your Password?</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
||||
|
||||
<style>
|
||||
body {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Laravel</title>
|
||||
|
||||
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in New Issue