Intermediate

Setting up Laravel with MAMP and Shared Hosting

For web applications, as opposed to public facing web sites, for which we use WordPress, we usually use Laravel for our php framework.  I am in love with Laravel.  It just makes programming and web development fun again. It also allows me to focus on the business logic without starting from scratch for every project. […]

Setting up Laravel with MAMP and Shared Hosting Read More »

Create a CSV File of WordPress User Information with PHP

One of my clients wanted a list of their clients and the client’s information to download on demand. I added the following php code to their themes functions.php file. This will pull the information from the WordPress user record and user meta table and create the CSV file. When finished, a link is provided to

Create a CSV File of WordPress User Information with PHP Read More »

Importing Large Databases Through phpMyAdmin

While moving WordPress sites from one domain to another for my clients, I often run into file size limitations on phpMyAdmin. Depending on the hosting account I’m moving to, I can sometimes change that limitation with the php.ini file or import from the command line. But, sometimes, I don’t have access to those methods and

Importing Large Databases Through phpMyAdmin Read More »

Allow Users to Login with Email Address OR Username in WordPress

One of my clients complained that her users were contacting her quite often because they had forgotten their username. Of course, the username is listed in the email if you click on ‘forgot password’, but many novice users don’t know that or don’t think to click there to find their username. I figured that should

Allow Users to Login with Email Address OR Username in WordPress Read More »

Symfony Getting Started Tutorial – The Controller

I’m still trying to work through the Getting Started tutorial and I’m finding that it is apparently out of date. Or at least it’s showing the wrong code with the wrong version. The examples in the tutorial do not work for me. I’m using version ‘2.57 app/dev/debug’. I found the version using the following on

Symfony Getting Started Tutorial – The Controller Read More »

The Symfony Getting Started Big Picture Tutorial

My first step in learning Symfony is to go through the Getting Started Big Picture tutorial. I followed the instructions to install Symfony, but immediately ran into a problem when I tried to execute the new Symfony command. I got a ‘permission denied’ error. I had to change the permission to 755 on the /usr/local/bin/Symfony

The Symfony Getting Started Big Picture Tutorial Read More »

Scroll to Top