• Laravel for eCommerce?

    The debate of the PHP community about the pros and cons of using frameworks or CMS systems for website development has not stopped for a long time, and developers always choose the implementation path in accordance with their preferences. Our answer to this question is the goal of the developer of the site and its characteristics. In this text, we would like to give some aspects of projects in which it is worth choosing Laravel over CMS for the development…
  • Checking out Laravel 5.8!

    Attention here! New Laravel version is released. Check out: Integration with PHP dotenvCapabilities to use Carbon v2Cache TTL ChangesDeprecated String and Array HelpersAutomatic Policy Resolution More information could be found here: https://laravel-news.com/laravel-5-8 And many other new features!
  • Testing matters!

    Lack of testing leads to decrease of the quality of a software product, to a constant increase of the cost of quality assurance due to the occurrence of defects, to the customers’ loss as they don’t wish to use a low-quality product. Laravel has PHPUnit integration right from the box. Framework allows us to use a lot of assert-methods and helpers to simplify the apps testing. Many of Laravel apps are doing the backend logic and allowing JS-frameworks such as…