Skip to content
JONATHANS BLOG
View website Menu
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Icalthis is the category for ical. in it you will find lots of tips and tricks and some hacks for ical on your mac.
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search
Search this website
  • Adventures
    • DIY
    • Whisky
    • Beer
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Ical
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search

Php

  1. Home>
  2. Development>
  3. Php>
  4. Page 2
Read more about the article Remote Debugging PHP in Eclipse with XDebug

Remote Debugging PHP in Eclipse with XDebug

  • Post author:jonathansblog
  • Post published:October 14, 2018
  • Post category:Editors/Php
  • Post comments:0 Comments

Remote Debugging PHP in Eclipse with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) Eclipse Configuring Eclipse and Xdebug Open Eclipse Inside Eclipse, goto preferences…

Continue ReadingRemote Debugging PHP in Eclipse with XDebug
Remote Debugging PHP in Visual Studio Code with XDebug

Remote Debugging PHP in Visual Studio Code with XDebug

  • Post author:jonathansblog
  • Post published:October 7, 2018
  • Post category:Editors/jonathansblog/Php
  • Post comments:0 Comments

Remote Debugging PHP in Visual Studio Code with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) vscode How to get Xdebug working with Visual Studio…

Continue ReadingRemote Debugging PHP in Visual Studio Code with XDebug
Read more about the article Coding in php on android

Coding in php on android

  • Post author:jonathansblog
  • Post published:August 12, 2018
  • Post category:Android/Development/Editors/jonathansblog/Php/SQL/Wordpress
  • Post comments:0 Comments

It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…

Continue ReadingCoding in php on android
Read more about the article Laravel quickstart gist using craftable and existing database schema

Laravel quickstart gist using craftable and existing database schema

  • Post author:jonathansblog
  • Post published:July 24, 2018
  • Post category:Php
  • Post comments:0 Comments

Laravel quickstart gist using craftable and existing database schema to generate models, etc from existing database schema. cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php…

Continue ReadingLaravel quickstart gist using craftable and existing database schema
Read more about the article Laravel quickstart gist migrating existing tables

Laravel quickstart gist migrating existing tables

  • Post author:jonathansblog
  • Post published:July 17, 2018
  • Post category:Php
  • Post comments:0 Comments

This follows on from the previous laravel gist. it covers generating models, views and bootstrapping for controllers for pre-existing database tables. A Laravel migrating existing tables gist.  Useful if you have…

Continue ReadingLaravel quickstart gist migrating existing tables
Read more about the article Laravel quickstart gist

Laravel quickstart gist

  • Post author:jonathansblog
  • Post published:July 10, 2018
  • Post category:Php
  • Post comments:0 Comments

Here is my Laravel quickstart gist bootstrap for creating laravel sites from scratch cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php composer global require laravel/installer…

Continue ReadingLaravel quickstart gist
Read more about the article Making a new wordpress theme from scratch

Making a new wordpress theme from scratch

  • Post author:jonathansblog
  • Post published:July 7, 2018
  • Post category:Php/Wordpress
  • Post comments:0 Comments

Making a WordPress Theme. From Scratch. Research + Information Architecture Introduction Making a new WordPress theme from scratch can seem daunting, but it's pretty easy if you know the steps.…

Continue ReadingMaking a new wordpress theme from scratch
Read more about the article Php fpm with apache on centos7

Php fpm with apache on centos7

  • Post author:jonathansblog
  • Post published:June 17, 2018
  • Post category:Apache/Commandline/Php
  • Post comments:0 Comments

This is a short post detailing how to manually setup php fpm with apache on centos7. php fpm is a great solution (especially when used with nginx, but you may…

Continue ReadingPhp fpm with apache on centos7
Read more about the article Install xdebug in centos7 with php7

Install xdebug in centos7 with php7

  • Post author:jonathansblog
  • Post published:October 22, 2016
  • Post category:Apache/Development/Linux/Php
  • Post comments:0 Comments

I just realised I dont have a post on how to install xdebug in centos7 with php7 and setting up xdebug and eclipse. Its a feature that I use every…

Continue ReadingInstall xdebug in centos7 with php7
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Latest Posts

  • A Guide to Open-WebUI: Using It with Ollama
  • How to install ollama and run deepseek
  • Operation Triangulation: Unraveling a Sophisticated Cyber Espionage Campaign
  • Digit Expo 2024
  • Modifying my guitar hardware
  • Mkcert on Laravel Homestead for trusted SSL certs
  • Bash & Zsh Command History Hacks: Say Goodbye to history | grep
  • WordPress Yoast add focus keywords to all posts without focus keywords
  • Configure azure notification hub for ios android and web
  • Azure static website hosting with blob storage and CDN
  • Azure Notification Hubs for push notifications in laravel and nextjs
  • How to block calls on your iphone
  • WildCard SSL certificates with Letsencrypt in Azure App-Service
  • Azure Wildcard Subdomains
  • New Guitar Day

Popular Posts

  • How to install ollama and run deepseek
  • DIY Skateboard Light
  • MetaSploit tutorial for beginners
  • OS Detection Techniques
  • Website crawler software kali linux
  • WordPress Security
  • Metasploit for website pentest
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • How to use metasploit to scan for vulnerabilities
  • Coding in php on android
  • Burpsuite beginners tutorial – how to use burp suite
  • Ubuntu on the chuwi hi10 pro
  • Linux commands for networking with command line
  • Wapiti tutorial
  • Nikto tutorial for kali linux
  • Privacy Policy
  • Jonathan Mitchell CITP BSc MSc MBCS
Copyright - WordPress Theme by OceanWP