- 2 Locations to backup
- /Library/Keychains/System.keychain => Your keychain (could be more than just 1)
- Dont forget the second file at /var/db/SysemKey
- This last file is the key to unlock your keychain.. ur locked out without it!!
| # PHPStorm v9.0 | |
| rm -rf ~/Library/Application\ Support/WebIde90 | |
| rm -rf ~/Library/Cache/WebIde90 | |
| rm -rf ~/Library/Preferences/WebIde90 | |
| # PHPStorm v10.0 | |
| rm -rf ~/Library/Application\ Support/WebIde100 | |
| rm -rf ~/Library/Cache/WebIde100 | |
| rm -rf ~/Library/Preferences/WebIde100 |
| <?php | |
| /** | |
| * Created by PhpStorm. | |
| * User: Nav | |
| * Date: 7-6-2015 | |
| * Time: 20:21 | |
| */ | |
| namespace Nav\ToolBoxBundle\Controller; |
| <?php | |
| /** | |
| * A helper file for Laravel 5, to provide autocomplete information to your IDE | |
| * Generated for Laravel 5.5.13 on 2017-09-28. | |
| * | |
| * @author Barry vd. Heuvel <[email protected]> | |
| * @see https://github.com/barryvdh/laravel-ide-helper | |
| */ | |
| namespace { | |
| exit("This file should not be included, only analyzed by your IDE"); |
| <?php die('This file is not really here!'); | |
| /** | |
| * ------------- DO NOT UPLOAD THIS FILE TO LIVE SERVER --------------------- | |
| * | |
| * Implements code completion for CodeIgniter in phpStorm | |
| * phpStorm indexes all class constructs, so if this file is in the project it will be loaded. | |
| * ------------------------------------------------------------------- | |
| * Drop the following file into a CI project in phpStorm | |
| * You can put it in the project root and phpStorm will load it. |