Skip to content

Commit

Permalink
update readme for language
Browse files Browse the repository at this point in the history
  • Loading branch information
absszero committed Oct 28, 2023
1 parent 7e8ca68 commit f93db2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Binary file added language.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 2 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,9 @@ Storage::disk('local')->put('example.txt', 'Contents');

### Go to Language

Go to language files and highlight option.
Go to single language file or open all and highlight option.

```php
__('messages.welcome');

@lang('messages.welcome');

trans('messages.welcome');

trans_choice('messages.apples', 10);
```
![](language.gif)

### Go to .env

Expand Down

0 comments on commit f93db2d

Please sign in to comment.