Home

Awesome

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

Issues

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