Explore Laravel

Covers Laravel framework tutorials, tips, and best practices, including updates, API development, authentication, and advanced features.

How to print query in laravel

How to print query in laravel

In Laravel, you can print the SQL query generated by Eloquent or the Query Builder using a few different methods, depending on the situation.

Read More...
Tutorial Tools | June 09, 2025
Laravel
How to Send Email in Laravel

How to Send Email in Laravel

Learn how to send emails in Laravel 12 using Mailables, SMTP, Markdown, and queues. This guide covers configuration, email templates, attachments, and testing for robust Laravel email workflows.

Read More...
Tutorial Tools | June 11, 2025
Laravel
How to use vuejs for one page in laravel blade

How to use vuejs for one page in laravel blade

Learn how to add Vue.js interactivity to a Laravel Blade view in just three steps—mount a <div id="app">, import Vue from its CDN, and write your data bindings and methods with @{{ }} and @click—all without any asset compilation or build tools. This quick setup is perfect for small widgets, prototypes, or enhancing existing pages with reactive features.

Read More...
Tutorial Tools | July 17, 2025
Laravel | Vue Js
Laravel Idea Plugin Now Free in PhpStorm!

Laravel Idea Plugin Now Free in PhpStorm!

Starting July 30, 2025, Laravel developers using PhpStorm have a big reason to celebrate—Laravel Idea is now completely free for all users!

If you already have the Laravel Idea plugin installed, you now get full access to all features without any additional cost.

Read More...
Tutorial Tools | August 04, 2025
Laravel
Boost Your Laravel Code Quality in Minutes: Essential Tools Explained

Boost Your Laravel Code Quality in Minutes: Essential Tools Explained

Supercharge your Laravel workflow with four essential tools: use Pint for instant code formatting, Peck to eliminate typos in filenames and code, PHPStan to catch hidden bugs before runtime, and Rector to automate upgrades and refactoring—all working seamlessly to ensure a polished, professional codebase with minimal effort.

Read More...
Tutorial Tools | September 22, 2025
Laravel
Laravel MCP: AI Integration with Model Context Protocol in Laravel 12

Laravel MCP: AI Integration with Model Context Protocol in Laravel 12

Artificial Intelligence (AI) is transforming web development, and Laravel developers can now join the movement with Laravel MCP (Model Context Protocol). This new package makes it simple to integrate AI tools like ChatGPT, Claude, or Cursor directly into your Laravel 12+ applications.

Read More...
Tutorial Tools | October 01, 2025
Laravel | Artificial Intelligence (AI)