Skip to content
Josh Anthony
.info
  • Github
  • Linked In
  • Twitter
  • Instagram
  • Email
  • About Me
  • Gamedev
  • Programming
  • Life
  • Cool Stuff
  • Downloads

Programming

Sync Your Project Directory To Your VirtualBox VM

Programming
Posted on March 19, 2018Leave a comment on Sync Your Project Directory To Your VirtualBox VM

One of the things I enjoy about Laravel’s Homestead is the automated syncing that happens between your local project directory and the virtual machine, so any changes you make locally are immediately transferred to the VM on save, thus making changes quick and easy. I wanted to set up the same thing for a VM…

Continue Reading

Creating a Data Container in Javascript

Programming
Posted on March 11, 2018Leave a comment on Creating a Data Container in Javascript

While working on an interactive novel demo, I happened to need a container for containing flags (aka values that I could check later on to change bits of flavor depending on what a player chose), but I didn’t want to just use a plain ol’ JavaScript object. I wanted to create a true data container…

Continue Reading

Laravel: Validate Fields Only When One Is Present

Programming
Posted on February 23, 2018Leave a comment on Laravel: Validate Fields Only When One Is Present

Sometimes, when setting up validation for Laravel forms, you need to be able to set up validation rules for two fields, but allow for one of them to be ignored if the other is filled. This is how you can set up your validation rules to make that happen.

Laravel and PHPUnit Error: Supported Ciphers

Programming
Posted on February 6, 2018Leave a comment on Laravel and PHPUnit Error: Supported Ciphers

An odd error involving Laravel and PHPUnit, and searching Google found no solution…

React Error: Expected a string, got object

Programming
Posted on January 27, 2018Leave a comment on React Error: Expected a string, got object

Here’s a React error that took me awhile to figure out.

Laravel Redirect Status Code

Programming
Posted on January 2, 2018Leave a comment on Laravel Redirect Status Code

Laravel’s documentation doesn’t make this obvious, but when you are using a redirect you can change what the status code of the redirect is.

Wildcards in Laravel Routes

Programming
Posted on December 28, 2017Leave a comment on Wildcards in Laravel Routes

Laravel doesn’t have a way to use wildcards in routes by default. However, you can add one in by using route parameters and regex constraints. Don’t worry: it’s super-easy to set up!

Posts pagination

Prev 1 2 3

Archives

  • August 2026
  • May 2026
  • April 2026
  • November 2025
  • June 2025
  • May 2025
  • November 2024
  • February 2024
  • November 2023
  • May 2023
  • April 2023
  • March 2023
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • September 2021
  • August 2021
  • July 2021
  • April 2020
  • January 2020
  • October 2019
  • June 2019
  • April 2019
  • February 2019
  • August 2018
  • June 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017

Categories

  • Cool Stuff
  • Downloads
  • Gamedev
  • Life
  • Programming
  • About Me
  • Gamedev
  • Programming
  • Life
  • Cool Stuff
  • Downloads
Copyright © 2026 Josh Anthony. All rights reserved.