Vladmar

Avatar
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 11 comments
    • 0 votes
  • 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...
    • 5 followers
    • 12 comments
    • 0 votes
  • 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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes