Sage 10 Released, Introducing Acorn
It’s been a long road, but it’s finally here: Sage 10 and the long-awaited introduction of Acorn 🎉
WP Packages is our new WPackagist replacement that's 17x faster and updates every 5 minutes
It’s been a long road, but it’s finally here: Sage 10 and the long-awaited introduction of Acorn 🎉
Namespacing and Autoloading for PHP can make you a better, more efficient, and happier developer, and help you unlock the power of Sage 10 and Acorn.
We are excited to announce our new composer package for installing WordPress: roots/wordpress. This is a drop-in replacement for the johnpbloch/wordpress package Bedrock has used since November 2014.
wp-cli-login-command is a package by Evan Mattson that creates passwordless links for your WordPress sites. It's as simple as: wp login create username ✨
Follow up to the 'Improving WordPress Password Security' post. If you’re on PHP 5.5+ then use our bcrypt plugin to improve your site’s security.
We’ve released the wp-password-bcrypt plugin to improve WordPress password security by using bcrypt instead of insecure MD5 password hashing.
A deep dive into what happens when you hit a URL on a WordPress website, and how to build a WordPress routing system that solves the issues with rewrites.
Up the PHP requirements in your WordPress themes and plugins. Use the short array syntax, anonymous functions, short echo syntax and more.
Turning a WordPress site into a Twelve-Factor App. If you're going to be creating complex websites with WordPress, then you need to get serious about it.
By using the WordPress functions timer_start and timer_stop, you can setup quick performance tests without setting up a full benchmarking test suite.
See how to create Composer packages for custom WordPress plugins, along with private plugins and 3rd party plugins with the composer.json file.
An introduction to Composer and how to manage WordPress core, plugins, and even themes with it. Composer is a dependency manager for PHP.