Half Sized Blog Element (Single Author Style)

Half Sized Blog Element (Multi Author Style)

In this post, we are going to explain the shortest path to add many languages to Laravel 8 including RTL language and language switcher. 1- Add languages to app/config/app.php file ‘languages’ => [ ‘ar’, ‘en’ ], 2- Create middleware component php artisan make:middleware Localization 3- Add Localization class to web group in app/kernal file \App\Http\Middleware\Localization::class, […]

There are many tutorials about installing Laravel 8 with the necessary tools and packages.Also the steps to install dark and light, system mode. In addition to adding the proper way to install mutil-lingual site. Here I’m going to put all the effort and installation steps in one place so easy to recall and follow. Before […]

In this post, we are going to explain the shortest path to add many languages to Laravel 8 including RTL language and language switcher. 1- Add languages to app/config/app.php file ‘languages’ => [ ‘ar’, ‘en’ ], 2- Create middleware component php artisan make:middleware Localization 3- Add Localization class to web group in app/kernal file \App\Http\Middleware\Localization::class, […]

There are many tutorials about installing Laravel 8 with the necessary tools and packages.Also the steps to install dark and light, system mode. In addition to adding the proper way to install mutil-lingual site. Here I’m going to put all the effort and installation steps in one place so easy to recall and follow. Before […]