mlatjac / bjrhi
Use on a new Laravel project to setup ui scaffolding including register and login in both French and English
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Language:HTML
Requires
- caouecs/laravel-lang: ~4.0
- illuminate/support: ~6
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ^4.0
- phpunit/phpunit: ~8.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:43:10 UTC
README
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.