Skip to content

Commit

Permalink
missing moment locale 'es'
Browse files Browse the repository at this point in the history
  • Loading branch information
buzkall committed Aug 9, 2019
1 parent d48b586 commit 3a0bfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Laravel package used to write letters to you future self, that will be delivered
php artisan vendor:publish --provider='Buzkall\FutureLetters\FutureLettersServiceProvider'
```

3. Run
3. After configuring your local database in the .env file, run

```
php artisan make:auth
Expand Down
1 change: 1 addition & 0 deletions src/resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/locale/es.js"></script>

<script type="text/javascript" src={{ asset('js/app.js') }}></script>
<script type="text/javascript" src={{ asset('js/bootstrap-datetimepicker.js') }}></script>
Expand Down

0 comments on commit 3a0bfb9

Please sign in to comment.