Skip to content

rfmeier.net

Write these things down so I can remember it later

  • About

Author: rfmeier

Product developer at WPEngine and runner from Schaumburg, Illinois. I work with php and Python; Spending most of my time digging into source code to see how it all works.

Creating A User Role System In Laravel

Creating A User Role System In Laravel

As I continue learning Laravel, often I find the need to create basic features for my sample applications. A common feature is the ability to assign users to a role. While role management packages for this feature already exist, I decided to build one myself and use it as a learning experience.

Continue reading “Creating A User Role System In Laravel”
Author rfmeierPosted on May 15, 2017November 13, 2020Categories LaravelTags Authorization

Using a Separate SQLite Database with Laravel Dusk

Using a Separate SQLite Database with Laravel Dusk

Laravel Dusk was released with Laravel 5.4 and gave developers an incredibly easy API to create and run automated browser tests. However, I came across an issue while running browser tests with SQLite.

Continue reading “Using a Separate SQLite Database with Laravel Dusk”
Author rfmeierPosted on May 11, 2017November 13, 2020Categories LaravelTags Laravel Dusk, Testing

Using register_meta In WordPress

Using register_meta In WordPress

WordPress provides filters for sanitizing and authenticating your custom post meta. These filters have been around since 3.3 — and until now — were unknown to me. I happened to be reading Tadlock’s content-type-standards repository on Github and noticed some references to register_meta().

Continue reading “Using register_meta In WordPress”
Author rfmeierPosted on January 28, 2016November 13, 2020Categories WordPress

Posts pagination

Previous page Page 1 Page 2
  • About
rfmeier.net Proudly powered by WordPress