Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski authored Dec 25, 2020
1 parent 64f9be2 commit b386859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Laravel Blog 8.x

## About
Laravel Blog application.
This is Laravel 8.x Multi-language Blog System. Your template for blogging.

## Installation
1. Everyting like standard Laravel installation (more in https://laravel.com/docs/8.x#installation):
Expand Down Expand Up @@ -30,7 +30,7 @@ Have fun :)

## Languages
- Two languages are available by default English and Polish.
- If you want to add new language you will make new folder for example de in resources/lang and copy everyting form resources/lang/en to this folder and create de.json in resources/lang folder. And then translate and set 'locale' and 'fallback_locale' in config/app.php to your language for example de.
- If you want to add new language you will make new folder for example de in resources/lang and copy everyting form resources/lang/en to this folder and create de.json in resources/lang folder. And then translate and add your lang to 'available_locales' array in config/app.php.

## Libraries
- [Laravel 8.x](https://laravel.com/docs/8.x)
Expand Down

0 comments on commit b386859

Please sign in to comment.