All Posts
Filtering by: laravel

Posts tagged "laravel"

14 posts found

Browse by topic

All amqp angular apache api api-development app-router architecture async authentication automation backend beginners blade bun caching career ci-cd class-components code-reuse code-splitting comparison componentdidmount createslice cron crud custom-hooks data-fetching database deno dependency-injection deployment design-patterns developer-experience devops distributed-systems eloquent email embedded engineering error-boundaries error-handling event-bus events express facades fastify file-storage framework frameworks frontend fullstack functional-components global-state history hono htaccess java javascript jobs jotai json jsx jwt laravel laravel-5.6 learn-react linux listeners logging maven message-queue microfrontends microservices middleware migrations mobile module-federation mvc mybatis mysql nexmo nextjs nodejs notifications optimization orm performance php postgres postgresql production prop-drilling pub-sub queues rabbitmq react react-18 react-components react-context react-ecosystem react-error-boundary react-hooks react-lazy react-lifecycle react-memo react-performance react-query react-server-components react-state react-suspense react-tutorial redis redux redux-thunk redux-toolkit reflection resilient-apps rest rest-api rsc rtk rtk-query s3 scheduling security seeding server server-rendering service-container setstate side-effects simplicity sms solid spring-boot spring-security spring-tutorial sql sqlite ssl ssr state-management svelte swagger tanstack-query twilio typescript uploads usecallback usecontext useeffect usefetch usememo usestate vps vue web-development webpack zustand
⚙️ Backend

Laravel: A Full-Stack Framework Reflection

After months with Laravel 5.6, I had built complete applications — Blade UIs, REST APIs, email, SMS, background jobs. A reflection on what Laravel taught me about web development, and why it prepared me for everything that came after.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel Task Scheduling: Cron Jobs Made Beautiful

Sending daily reports, cleaning up old files, expiring unused tokens — all the recurring tasks your app needs. Learn Laravel's scheduler, which turns ugly cron syntax into expressive PHP methods.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel Queues: Stop Making Users Wait

Sending emails, processing uploads, generating reports — all things that slow down your app. Learn to use Laravel queues, create jobs, handle failures, and make your application feel instant while heavy work happens in the background.

phplaravellaravel-5.6 +6
Read more
⚙️ Backend

Laravel Caching: Making Your App Fly

Database queries are expensive. API calls are slow. Learn to cache the expensive stuff — with Redis, Memcached, or just files. Cache tags, cache invalidation, and the patterns that made my Laravel apps actually fast.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel API: Blade Meets JSON

My app had beautiful Blade templates. But mobile developers needed JSON, not HTML. Learn to build REST APIs in Laravel alongside your web routes, handle API authentication, transform responses, and serve both worlds from one codebase.

phplaravellaravel-5.6 +6
Read more
⚙️ Backend

Laravel File Storage: Local, S3, and Beyond

Handling file uploads the right way. Learn Laravel's filesystem abstraction — store files locally in development, S3 in production, switch with one config change. No more hardcoded paths and manual file management.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel SMS: When Email Isn't Urgent Enough

Some notifications can't wait for users to check their inbox. Learn to integrate SMS into Laravel with Nexmo/Vonage and Twilio, handle delivery status, manage costs, and decide when SMS is actually worth it.

phplaravellaravel-5.6 +6
Read more
⚙️ Backend

Migrations & Seeding: Version Control for Your Database

No more 'run this SQL file I emailed you.' Migrations track database changes in code. Seeders fill your database with test data. Together, they make database management sane and shareable.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel Facades: The Magic Behind the Static Calls

Cache::get(), Mail::send(), Auth::user() — they look like static methods, but they're not. Understanding facades and the service container unlocked how Laravel actually works under the hood.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel Events: Decoupling Your Code

My controllers were doing too much. Create order, send email, update inventory, notify warehouse, log analytics — all in one method. Events and listeners taught me to decouple, and suddenly everything was cleaner.

phplaravellaravel-5.6 +6
Read more
⚙️ Backend

Laravel Mail & Notifications: Beyond echo 'Email sent'

My PHP mail() days were over. Laravel's Mailable classes, notification system, and queue workers transformed how I thought about user communication. Beautiful emails, multiple channels, all from one notification class.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel Authentication: It's Already Built

After weeks of building login systems from scratch, I discovered Laravel's built-in authentication. One command, and I had registration, login, password reset, and middleware protection. The day I stopped reinventing the wheel.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Eloquent Relationships: Making Models Talk

Users have posts. Posts have comments. Orders have products. Learn to define and query relationships in Eloquent — hasMany, belongsTo, many-to-many, and the magical eager loading that saves you from the N+1 problem.

phplaravellaravel-5.6 +5
Read more
⚙️ Backend

Laravel: My First Real Framework

Before React, before Spring Boot, there was Laravel. How I went from writing spaghetti PHP to understanding MVC architecture, Blade templates, and why frameworks exist. A journey back to early 2019 when everything clicked.

phplaravellaravel-5.6 +5
Read more
14 posts tagged "laravel"
Saurav.dev

© 2026 Saurav Sitaula.AstroNeoBrutalism