├── README.md ├── arabic.md ├── bangla.md ├── burmese.md ├── chinese.md ├── french.md ├── german.md ├── images ├── laravel-real-world-banner.png ├── logo-arabic.png ├── logo-burmese.png ├── logo-chinese.png ├── logo-english.png ├── logo-french.png ├── logo-german.png ├── logo-japanese.png ├── logo-language.psd ├── logo-pashto.png ├── logo-persian.png ├── logo-polish.png ├── logo-russian.png ├── logo-spanish.png ├── logo-thai.png ├── logo-traditional-chinese.png ├── logo-turkish.png └── logo-ukrainian.png ├── indonesia.md ├── italian.md ├── japanese.md ├── pashto.md ├── persian.md ├── polish.md ├── romanian.md ├── russian.md ├── spanish.md ├── thai.md ├── traditional-chinese.md ├── turkish.md ├── turkmen.md ├── ukrainian.md └── urdu.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/README.md -------------------------------------------------------------------------------- /arabic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/arabic.md -------------------------------------------------------------------------------- /bangla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/bangla.md -------------------------------------------------------------------------------- /burmese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/burmese.md -------------------------------------------------------------------------------- /chinese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/chinese.md -------------------------------------------------------------------------------- /french.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/french.md -------------------------------------------------------------------------------- /german.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/german.md -------------------------------------------------------------------------------- /images/laravel-real-world-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/laravel-real-world-banner.png -------------------------------------------------------------------------------- /images/logo-arabic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-arabic.png -------------------------------------------------------------------------------- /images/logo-burmese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-burmese.png -------------------------------------------------------------------------------- /images/logo-chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-chinese.png -------------------------------------------------------------------------------- /images/logo-english.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-english.png -------------------------------------------------------------------------------- /images/logo-french.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-french.png -------------------------------------------------------------------------------- /images/logo-german.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-german.png -------------------------------------------------------------------------------- /images/logo-japanese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-japanese.png -------------------------------------------------------------------------------- /images/logo-language.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-language.psd -------------------------------------------------------------------------------- /images/logo-pashto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-pashto.png -------------------------------------------------------------------------------- /images/logo-persian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-persian.png -------------------------------------------------------------------------------- /images/logo-polish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-polish.png -------------------------------------------------------------------------------- /images/logo-russian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-russian.png -------------------------------------------------------------------------------- /images/logo-spanish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-spanish.png -------------------------------------------------------------------------------- /images/logo-thai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-thai.png -------------------------------------------------------------------------------- /images/logo-traditional-chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-traditional-chinese.png -------------------------------------------------------------------------------- /images/logo-turkish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-turkish.png -------------------------------------------------------------------------------- /images/logo-ukrainian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/images/logo-ukrainian.png -------------------------------------------------------------------------------- /indonesia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/indonesia.md -------------------------------------------------------------------------------- /italian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/italian.md -------------------------------------------------------------------------------- /japanese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/japanese.md -------------------------------------------------------------------------------- /pashto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/pashto.md -------------------------------------------------------------------------------- /persian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/persian.md -------------------------------------------------------------------------------- /polish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/polish.md -------------------------------------------------------------------------------- /romanian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/romanian.md -------------------------------------------------------------------------------- /russian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/russian.md -------------------------------------------------------------------------------- /spanish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/spanish.md -------------------------------------------------------------------------------- /thai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/thai.md -------------------------------------------------------------------------------- /traditional-chinese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/traditional-chinese.md -------------------------------------------------------------------------------- /turkish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/turkish.md -------------------------------------------------------------------------------- /turkmen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/turkmen.md -------------------------------------------------------------------------------- /ukrainian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/ukrainian.md -------------------------------------------------------------------------------- /urdu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/HEAD/urdu.md --------------------------------------------------------------------------------