Andreas Ludvigsson

Bridging Code and Commerce

Category: Laravel

  • Creating an AI-Powered Resume Maker SaaS with Laravel – Part 2 – Getting started with the Backend

    Welcome back to our series on creating an AI-Powered Resume Maker SaaS with Laravel. In the previous part, we created an appealing landing page to attract users to our platform. In this post, we’ll start working on the backend of our application. Please note that this post will contain a significant amount of files and…

  • Creating an AI-Powered Resume Maker SaaS with Laravel – Part 1

    Hey there! Are you ready to take your Laravel skills to the next level? In this exciting SaaS series, we’ll embark on a journey to create a powerful Resume Maker that harnesses the capabilities of AI to enhance the resume creation process for users. Whether you choose to follow along step by step or simply…

  • Real-time Chatroom with Laravel Reverb Advanced: Users and Database

    TLDR: This article provides a comprehensive guide on building an advanced real-time chatroom application using Laravel Reverb, with user authentication and database storage for messages. It covers setting up the project, implementing authentication, creating the chat functionality, integrating real-time messaging, and persisting messages in the database. For the complete code and project files, visit the…

  • Creating a Real-time Chatroom with Laravel 11 and Laravel Reverb

    Today, I’ll be guiding you through the process of creating a real-time chatroom application using the latest version of the Laravel framework, Laravel 11, and the powerful Laravel Reverb package. Laravel 11 offers a powerful solution in the form of Laravel Reverb. This innovative package brings blazing-fast and scalable real-time WebSocket communication directly to your…