Thoughts, insights, and tutorials about web development
Welcome to your first journey into Laravel 12! This tutorial will guide you through creating a modern, dynamic web application using Laravel for the backend and Vue.js with Inertia.js for the frontend. This combination gives you the power and productivity of Laravel with the smooth, single-page-app (SPA) feel of Vue, without the complexity of building […]
Let’s walk through setting up SSH key authentication between your server and GitHub. SSH authentication is one of GitHub’s recommended secure methods that allows you to work with repositories without entering credentials for each operation.
Today, we’re diving into something we all experience, every waking moment, but rarely stop to think about: feeling. Not just emotions, but the actual feel of things – the redness of a ripe tomato, the sting of a bee, the smoothness of silk. Scientists call these “qualia,” and they’re at the heart of what it means to be conscious.
Laravel Model Syncing is essential when creating applications that deal with complex model relationships. In this post, I’ll share a powerful technique for automatically synchronizing price changes between related models using Laravel’s model events.