Tag: Laravel

Learn about Laravel's powerful features, including routing, authentication, migrations, Eloquent ORM, and API development.

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 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 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