cemtaner / localization_starter_kit

Laravel Localization Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Localization Starter Kit

This starter kit will directly pull content from the database and list the pages according to the language structure, without creating a language file in Laravel localization resources/lang. You can set up your own structure as you wish. No additional packages are required.

How to Install?

git clone https://github.com/cemtaner/localization_starter_kit.git
create database and connection
php artisan migrate:fresh --seed
php artisan serve
http://127.0.0.1:8000/en/about-us
https://laravel.cemtaner.com

About

Laravel Localization Starter Kit


Languages

Language:PHP 71.8%Language:Blade 28.0%Language:JavaScript 0.3%