mlatjac/bjrhi

Use on a new Laravel project to setup ui scaffolding including register and login in both French and English

0.0.2 2019-11-25 18:00 UTC

README

Latest Version on Packagist Total Downloads Build Status StyleCI

This package replaces Laravel's ui scaffolding to provide equivalent but bilingual (French and English) scaffolding.

This package pulls in caouecs/Laravel-lang to obtain official and up to date French translations.

Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require mlatjac/bjrhi --dev

Usage

composer require mlatjac/bjrhi --dev
composer require mlatjac/fren
php artisan bjrhi:install
php artisan migrate
npm install
npm run dev

Your Laravel project will then:

  • Remember language
  • Associate current language with user at registration
  • Change to user's preferred locale on login
  • Setup localized notifications

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.