We have a lot of news for you! This time we are announcing a new Magento Extension for your store: Jobs and recruitment extension. How come? We were thinking that you can also attract and retain talents using your own online store! You already have a base of customers so our extension will help you post job opening in a…
Here, at Innobyte, we like to have a lot of fun. But not any kind of fun. We like to learn in a gentle way. This is how one day we decided that we should try and teach each other more. Every person around you has a lot of things to offer: advices, tips and tricks. This is how we decided…
If until now we had Siri, an application that helped us use our phones without touching them, now we have an even better application. And by “we” I mean the programmers have one :). It is named Betty and it can help you A LOT with all those commands that you just can’t remember. All you have to do is…
Magento announced today that they will no longer offer support for Magento Go and ProStores by February 1, 2015. What is (was) Magento Go? An eCommerce solution and online software for small businesses. This solution was launched five years ago and since then a lot of customers were more than happy with using it. Although Magento Go is a success…
In a previous article we started to tell you why Symfony is awesome! In this article you will find out not only why developers love Symfony but why EVERYBODY does! Enjoy! Why QAs love Symfony ? Symfony also helps our QAs in testing. We activate Symfony’s debugger and profiler in our staging environments to allow them to monitor more closely…
Lesson 2 from „Learn symfony 2.4 tutorial“ : Creating a development environment Now we have a fresh symfony2 app. If not, please read the first tutorial about how to install symfony2.4. We can access the symfony2.4 application on http://localhost/path_to_sf_project/web/app_dev.php. But the name is not so cool, right ? We will learn in this tutorial how to create a local domain like…
Lesson1 – How to install symfony2.4 in only 4 steps? Step1. We need to install composer. What is composer ? Composer is a dependency manager for PHP. Just like PEAR for PHP. Or just like npm for node.js. Or Bundler for Ruby. Or apt-get for Ubuntu. You can read more about composer here. Download composer to your computer :
1 |
curl -s http://getcomposer.org/installer | php |
…