Laravel Translations Loader - Demo

This project is a small demo on how you can use the Laravel Translations Loader package in a Laravel project.

Installation steps

After clone this project, just:

$ composer install
$ yarn install
$ yarn run dev
$ php artisan serve

Then, access http://localhost:8080 and you should see Laravel Translations being used in a Vue component.

Places to look

  • resources/assets/js/app.js
  • resources/assets/js/components/ExampleComponent.vue
  • resources/lang/en.json
  • resources/lang/es.json

Issues

To report any issues, please go to the main repository.