Vladmar
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created Laravel Blade if statement
Today I noticed that PHPStorm 8 is not counting div's correctly if there is a if loop inside of it. Take a look at the code below@section('slider') <div > <div > <div id="slide... -
Created SVN version/unversion file in PHPStorm
I am working with SVN for couple of projects now and have a fairly simple question I haven't been able to find a solution so far.By a mistake I added few files into SVN (composer.json is one of the... -
Created Very odd SVN message
After changing svn password and getting new certificate PHPStorm keeps popping this message over and over againSubversion: (Accessing URL: https://svn.********.net) Received fatal alert: handshak... -
Created Laravel and autocomplete question/problem
I have a project which needs to be written with Laravel 3 framework. After I setup framework and the PHPStorm to my needs and start coding something odd happens (I've tried both 5.0.4 and 6.0 versi... -
Created Data sources in PHPStorm 3.0
Up until 3.0 I had Database URL defined as thisjdbc:mysql://localhost/zlajo_andreaand when opening Database Source pane I had listed only databse called zlajo_andrea. But since 3.0 update this does... -
Created Live template export
Since I am in process of installing a new computer I need to somehow export all of mine live templates. Is there such command in Settings panel or I have to manually copy/paste files from config/te... -
Created phpmyadmin sql dump error
Whenever I'm using mysql dumps generated from phpmyadmin I get errors even if the generated code is perfectly OK. Here is the example:CREATE DATABASE IF NOT EXISTS `dpn` /*!40100 DEFAULT CHARACTER... -
Created IDE internal error
Almost always when I try to edit HTML code in something like this case:$tableHtml .= "<div id='content'><table><tr><td width='50'>rb</td><td width='250'>......I get IDE internal error. It then asks... -
Created Go to method?
I was trying to find this shortcut in keyboard reference card but with no success. I found that CTRL+N is used for classes but sometimes a have a fairly large class and then I have to use 'collapse...