fix conflicts

This commit is contained in:
Taylor Otwell 2018-08-22 14:13:25 -05:00
commit 0c62780402
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ Homestead.yaml
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
.env .env
.phpunit.result.cache

View File

@ -15,7 +15,7 @@
"cross-env": "^5.1", "cross-env": "^5.1",
"jquery": "^3.2", "jquery": "^3.2",
"laravel-mix": "^2.0", "laravel-mix": "^2.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"popper.js": "^1.12", "popper.js": "^1.12",
"vue": "^2.5.7" "vue": "^2.5.7"
} }

View File

@ -49,6 +49,8 @@ ## Laravel Sponsors
- [WebL'Agence](https://weblagence.com/) - [WebL'Agence](https://weblagence.com/)
- [Invoice Ninja](https://www.invoiceninja.com) - [Invoice Ninja](https://www.invoiceninja.com)
- [iMi digital](https://www.imi-digital.de/) - [iMi digital](https://www.imi-digital.de/)
- [Earthlink](https://www.earthlink.ro/)
- [Steadfast Collective](https://steadfastcollective.com/)
## Contributing ## Contributing

View File

@ -8,15 +8,15 @@
<title>Laravel</title> <title>Laravel</title>
<!-- Fonts --> <!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
<!-- Styles --> <!-- Styles -->
<style> <style>
html, body { html, body {
background-color: #fff; background-color: #fff;
color: #636b6f; color: #636b6f;
font-family: 'Raleway', sans-serif; font-family: 'Nunito', sans-serif;
font-weight: 100; font-weight: 200;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
} }
@ -86,6 +86,7 @@
<a href="https://laravel.com/docs">Documentation</a> <a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a> <a href="https://laracasts.com">Laracasts</a>
<a href="https://laravel-news.com">News</a> <a href="https://laravel-news.com">News</a>
<a href="https://nova.laravel.com">Nova</a>
<a href="https://forge.laravel.com">Forge</a> <a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a> <a href="https://github.com/laravel/laravel">GitHub</a>
</div> </div>