Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell 2015-02-22 19:58:23 -06:00
commit 76d4c11c0f
8 changed files with 8 additions and 7 deletions

View File

@ -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 {

View File

@ -63,6 +63,7 @@
'container' => 'your-container',
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
'region' => 'IAD',
'url_type' => 'publicURL'
],
],

0
config/queue.php Executable file → Normal file
View File

View File

@ -1,4 +1,5 @@
{
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"

View File

@ -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>

View File

@ -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>

View File

@ -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 {

View File

@ -1,5 +1,7 @@
<html>
<head>
<title>Laravel</title>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style>