Laravel

A cool free and open-source PHP-based web framework for building web applications. Here you can find some guide on using Laravel to build apps
4 posts
Laravel
How to Add Chatify to Your Existing Laravel App (Laravel 11 Guide)
public
Laravel 6 min read

How to Add Chatify to Your Existing Laravel App (Laravel 11 Guide)

# How to Add Chatify to Your Existing Laravel App (Laravel 11 Guide) Adding a real-time messaging system to an existing Laravel app used to mean building everything from scratch — WebSocket server, message models, notification badges, typing indicators, the works. Then I found Chatify, a Laravel pa…
Techie Mike
Techie Mike
Building a Real-Time Chat App with Laravel Livewire and Pusher
public
Laravel 7 min read

Building a Real-Time Chat App with Laravel Livewire and Pusher

# Building a Real-Time Chat App with Laravel Livewire and Pusher Real-time features used to mean wrestling with WebSocket servers, running a separate Node process, or paying for hosted infrastructure that was overkill for small apps. But Laravel Livewire combined with Pusher changes the game — you…
Techie Mike
Techie Mike
Laravel Development on Windows: Laragon Setup, Composer & Git Bash
public
Laravel 5 min read

Laravel Development on Windows: Laragon Setup, Composer & Git Bash

# Laravel Development on Windows: Laragon Setup, Composer & Git Bash If you've tried setting up a Laravel development environment on Windows, you know the pain. WampServer? XAMPP? Manually configuring Apache, PHP, and MySQL? It works, but it's fiddly and every project ends up needing slightly diffe…
Techie Mike
Techie Mike
Setting Up Laravel with AdminLTE and Multi-Auth (Laravel 11 Guide)
public
Laravel 9 min read

Setting Up Laravel with AdminLTE and Multi-Auth (Laravel 11 Guide)

# Setting Up Laravel with AdminLTE and Multi-Auth (Laravel 11 Guide) If you're building an admin panel in Laravel, you've probably heard about AdminLTE — it's one of the most popular admin dashboard templates out there. Combine it with multi-authentication (separate dashboards for admins and regula…
Techie Mike
Techie Mike