Do you enjoy developing and improving web sites and applications? Would you relish the challenge of creating excellent user experiences for potential and current students? … Read more
Tag: PHP
Laravel 3: calling bundles from the CLI
We’ve been using Laravel for almost a year now in the Kent Uni webdev team on projects such as our course data tool. We’ve found it … Read more
Composer for PHP packages
Composer is a great way of installing tools into your app without the old PEAR hassle of installing something on your own laptop, and then … Read more
PHP Markdown
PHP Markdown is a handy PHP script which converts markdown into HTML. You can, of course, get the code from GitHub. In case you don’t … Read more
Using bbPress plugin hooks for WordPress
Something we’re currently investigating for blogs.kent is the (relatively) new bbPress plugin to enable simple collaborative forums. In case you don’t already know, bbPress was … Read more
Using Laravel: first impressions of a PHP framework
Our team recently faced a typical (PHP) developer problem: build a simple app in a few days that’s good-looking and feature-rich enough to convince your … Read more