by skufel | Jun 25, 2017 | Development, Scripting, Windows
To make using Sublime Text 3 more convenient, you can add this to right-click context menu. It will simplify ability to open any file and/or folder with Sublime Text right from Windows Explorer. @echo off SET st2Path=C:\Program Files\Sublime Text 3\sublime_text.exe...
by skufel | Sep 28, 2016 | Development, Linux, SysAdmin, Web Servers
If you need to install Xdebug on openSUSE and don’t want ot use existing binary repo easiest way is to use pecl to do that and here is how… First install all required packages dev-lnx-02:~ # zypper --non-interactive install gcc autoconf automake php5...
by skufel | Aug 8, 2016 | Development, Linux, Web Servers
When Yii-based project doesn’t want to update, there might be missing component. Once you add one plugin everything goes back to normal. [root@arb-srv-01 easyforms]# composer update Running composer as root/super user is highly discouraged as packages,...
by skufel | Mar 22, 2016 | Development, Linux
While using PhpStorm I tried to use remote PHP interpreter on my dev virtual machine. As I’m big openSUSE fan and user I have openSUSE Leap 42.1 as my development machine. Unfortunately there is no Xdebug for PHP distributed by default. However, there is...
by skufel | Mar 17, 2016 | Development, Linux, Scripting, Windows
In previous articles: How-to : Introduction to Laravel : Create Laravel Framework project on openSUSE Leap 42.1 How-to : Introduction to Laravel : Publish Laravel Framework project on Apache 2.4 we created and published web project. Now it’s time to try to do...
by skufel | Mar 17, 2016 | Development, Linux, Web Servers
In previous article “How-to : Introduction to Laravel : Create a Laravel Framework project on openSUSE Leap 42.1” we’ve created Laravel project called demo-project. However, this project is not available on web server, so we can’t open it in...