- Open php.ini from XAMPP Control Panel
- Uncomment xdebug section
- Restart XAMPP Apache
- . Go to PHPStorm, open settings and select PHP Interpreter
- . Add new Interpreter, select "C:\xampp\php\php.exe" and save.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install | |
brew install [email protected] | |
brew install mongodb-database-tools | |
# Run | |
brew start [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installation | |
brew info [email protected] | |
brew install [email protected] | |
mysql_secure_installation | |
brew tap homebrew/services | |
brew services start [email protected] | |
brew services run [email protected] | |
brew services list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Build configuration for Circle CI | |
# | |
# See this thread for speeding up and caching directories: https://discuss.circleci.com/t/installing-android-build-tools-23-0-2/924 | |
# | |
general: | |
artifacts: | |
- /home/ubuntu/AndroidCI/app/build/outputs/apk/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Blade if statement | |
@if() | |
@elseif() | |
@else | |
@endif | |
// Text Placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install ssh-copy-id | |
ssh-copy-id [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy %systemroot%\system32\drivers\etc\hosts "C:\Users\a7madev\Desktop" | |
echo >> C:\Users\a7madev\Desktop\hosts | |
copy "C:\Users\a7madev\Desktop\hosts" %systemroot%\system32\drivers\etc\ |
NewerOlder