PHP Frameworks

Whilst you can develop a website using just the PHP language itself most developers will utilise a PHP framework such as Laravel, Yii or Symfony. A PHP framework provides code libraries to cut down on the amount of boilerplate code you need to write for a new application as well as providing sensible defaults and security for your project.

Guide to most popular PHP frameworks
  • Guides

Guide to most popular PHP frameworks

PHP has been used to develop websites since 1995. It runs behind a majority of websites and is the language used in content management systems such as WordPress, Drupal and Joomla to name a few.

Disabling Events in Laravel Model Observer
  • Walkthroughs

Disabling Events in Laravel Model Observer

I needed to create a model observer for a recent project to add a value to a model after being edited in Laravel Nova. The ideal event for this was creating but unfortunately due to limitations in a package I was using (MySQL Spatial / API stuff) I couldn’t use this. This article was originally written and published on Medium.