DB
app()->getLocale()
https://si-dev.com/ru/blog/laravel-interface-localization
Size: a a a
DB
С
4
class Localization
{
public function handle($request, Closure $next)
{
if (Session::has('locale')) {
App::setLocale(Session::get('locale'));
}
O
С
A
С
A
4
A
4
A
4
С
dump($request->post)
; не помню точно. Посмотри в доке. Или можешь просто dump($_POST)
;A
С
С
J