Using Laravel for E-Commerce

Let’s build e-commerce with Laravel. This tutorial will teach you how to build a Laravel website and integrate a custom shopping cart. Read more

Similar

Unit Testing Translation Strings in Laravel

If your Laravel app uses multiple locales, it can get tedious keeping track of translations that are yet to be added to the appropriate translation files, e.g English translations in resources/lang/en/validation.php and French translations in resources/la... (more…)

Read more »