ARCANEDEV

Results 13 comments of ARCANEDEV

Formated code: ``` php Route::group([ 'prefix' => LaravelLocalization::setLocale(), 'middleware' => ['localeSessionRedirect', 'localizationRedirect', 'localize'] ], function () { Route::get(LaravelLocalization::transRoute('routes.home'), [ 'as' => 'home', function () { // this one works fine,...

Did you have a translated file for routes (`resources/lang/fr/routes.php`) ?

instead of using `'prefix' => LaravelLocalization::transRoute('routes.for-who')`, why not simply using `trans('routes.for-who')`. And note the `fr/routes.php` is not fully translated, especially the `other-businesses`.

Yes, but did you see the usage of `transRoute()` inside of `Route::group()` ??

There are some bots missing compared to [JayBizzle/Crawler-Detect](https://github.com/JayBizzle/Crawler-Detect/blob/master/raw/Crawlers.txt)

This package needs a rewrite because the localized routes are registered dynamically based on different factors. I'm aware about this issue and i need time to rewrite it to make...

Unfortunately, there is no **public** project to show the features of this package. If i create one, i'll keep you in touch :+1: **Note:** Feel free to use this package,...

Feel free to make separate PRs for these features :+1:

First :stuck_out_tongue_closed_eyes: : https://github.com/fronteed/icheck/pull/303