#Freek Dev
SQLite vs. MySQL: What are the differences between MySQL and SQLite?
The choice between the two depends on the specific requirements and use case of the application.
By – | Jan 20, 2025
Manually setting the intended URL for routes in Laravel
Laravel’s redirect response can be manually set to redirect users back to a specific URL after authentication or feedback submission.
By – | Jan 21, 2025
SQL NULLs are Weird!
Here are some special cases that you should keep in mind when working with NULL.
By – | Jan 22, 2025
How Geocodio keeps 300M addresses up to date
Using a Laravel pipeline is always nice to structure a process like this.
By – | Jan 23, 2025
Download Files Easily with Laravel's HTTP sink Method
Here's another nifty Laravel method
By – | Jan 24, 2025
#Laravel io
Serve a Laravel project on Web, Desktop and Mobile with Tauri
How to display a Laravel project simultaneously on the web, your operating system, and your mobile d…
#Artisan #Laravel #Packages
By mho | Jan 23, 2025
#Made with Laravel
Filament Oops – Prevent Accidental Filament Panel Edits in Production
"Filament Oops displays a clear Production warning on your production Filament panel, helping you avoid costly mistakes and keeping your development safe.
Filament Oops uses the APP_ENV environment variable to determine the environment your Filament panel is running in. If you're running your Filament panel in production, Filament Oops will display a clear warning on your panel."
#DevTools
By – | Jan 20, 2025
laravel-cache-evict – Remove Expired Cache Data
"Some Laravel cache drivers (e.g. file, database) do not have automatic removal of expired cache items. This can be a problem when random keys are used, because those data will not be removed, and storage size will skyrocket out of control.
This maintenance package can efficiently delete those items. It's best used as a scheduled console kernel job and helps clean up Laravel cache drivers."
#Utility
By – | Jan 20, 2025
SaaSykit – SaaS Starter Kit
"SaaSykit is a SaaS starter kit (boilerplate) that comes packed with all components required to run a modern SaaS software. It is available in two flavours, SaaSykit (user-based starter kit) and SaaSykit Tenancy (tenant-based starter kit, or in other words, multi-tenant SaaS starter kit).
SaaSykit is built using the beautiful Laravel framework (using TALL) and offers an intuitive Filament admin panel that houses all the pre-built components like product, plans, discounts, payment providers, email providers, transactions, blog, user & role management, and much more.
SaaSykit is developer-friendly, uses best coding practices, comes with an ever-growing automated tests that cover the critical components that it offers."
#Boilerplate
By – | Jan 23, 2025
Larasonic – SaaS Starter Kit
"Larasonic is a modern Laravel boilerplate for the VILT stack (Vue, Inertia, Laravel, TailwindCSS).
Instead of being a package, it’s a GitHub repository you clone directly. All code resides in your application no install commands or copying files needed. Just clone the starter kit and start building.
It enhances productivity by providing essential tools and configurations for scalable, maintainable, and production-ready applications. With a focus on developer experience, Larasonic integrates Laravel Pint, Rector, and PHPStan to ensure clean and efficient code from the start.
Ideal for both solo developers and teams, it offers a seamless development journey."
⚡ 10x Dev Experience
🔑 Advanced Authentication
💳 Payment Ready
🌐 API Ready
🎨 Customizable UI
🧠 AI Integration Ready
📊 FilamentPHP Admin
#Boilerplate #Template
By – | Jan 26, 2025
PDF Optimizer – PDF Optimization Tool
"pdf-optimizer is a PDF optimization tool for PHP and Laravel application.
It's a robust PHP package meticulously crafted for effortless optimization and compression of PDF files, utilizing the well-known ghostscript tool to significantly reduce PDF file sizes.
Specifically designed for Laravel applications, pdf-optimizer supports diverse input methods, including file paths, UploadedFile instances, and disk storage. This guarantees flexibility and user-friendly integration within the Laravel ecosystem."
#Utility
By – | Jan 26, 2025
#Hashnode
De Gerente de Producto a Desarrollador Independiente: Una Guía de Transformación de Seis Meses
Siendo realistas, pasar de cero experiencia a ser un desarrollador independiente con todas las de la ley y conseguir trabajos remunerados en menos de tres o cuatro meses es difícil. Si bien he lanzado mis propios proyectos, todavía soy un novato, tal…
By Sofia | Jan 20, 2025
Introducing Symfony Messenger Monitoring
As a Symfony developer, you've probably faced the challenge of adopting the Symfony Messenger component to improve application scalability and general performance.
That's why I'm excited to announce a new feature in our Inspector bundle that brings c…
By Valerio | Jan 20, 2025
Is PostgreSQL Better Than MySQL?
One day, a group of developers engaged in a heated debate—nearly coming to blows—over whether PostgreSQL is superior to MySQL.
Pro-PostgreSQL Arguments
Stricter SQL Compliance: Implements SQL standards more rigorously than MySQL.
Advanced Stored…
By Sofia | Jan 23, 2025
¿Es PostgreSQL Mejor Que MySQL?
Un acalorado debate entre desarrolladores a menudo surge sobre si PostgreSQL es superior a MySQL, a veces llevando las discusiones a niveles intensos.
Argumentos a Favor de PostgreSQL
Cumplimiento Estricto de SQL: PostgreSQL se adhiere más de cerc…
By Sofia | Jan 23, 2025
Level Up Your Laravel Views with <x-layout>: A Beginner's Guide (Herd Edition)
Are you diving into Laravel with Herd and feeling a bit overwhelmed by all the moving parts? You're not alone! One common hurdle for beginners is understanding how to structure your website's layout. Fear not, because Laravel provides a fantastic too…
By Pravin Jadhav | Jan 23, 2025
Level Up Your Laravel Views with <x-layout>: A Beginner's Guide (Herd Edition)
Are you diving into Laravel with Herd and feeling a bit overwhelmed by all the moving parts? You're not alone! One common hurdle for beginners is understanding how to structure your website's layout. Fear not, because Laravel provides a fantastic too…
By Pravin Jadhav | Jan 23, 2025
How to Develop with CodeIgniter on Ubuntu – Step-by-Step Environment Setup
CodeIgniter is a popular open-source PHP framework you can use to build dynamic and robust web applications. It’s simple to use, fast, and flexible. This makes it a good option for any developer who wants to have a light yet powerful framework that w…
By valentine Gatwiri | Jan 24, 2025
Array Destructuring in PHP
Array Destructuring is a process where the values of an array can be directly assigned to separate variables. This makes the code simpler and more readable.
Basic Syntax
Array destructuring uses square brackets [] to assign array elements to variable…
By Abdullah Al Noman Prince | Jan 25, 2025
How to Choose the Right Tech Stack for Your Product
Choosing the right tech stack is a bit like picking the perfect ingredients for your favorite dish.
Get it wrong, and you might end up with something that doesn’t taste quite right! So, how do you make sure your tech stack is just what you need? Let’…
By Himanshu Yadav | Jan 26, 2025
PHP CRUD Application: Step-by-Step Guide
In this blog, we’ll build a simple PHP CRUD application for managing employee records. CRUD stands for Create, Read, Update, and Delete, and this application will demonstrate all these operations using MySQL.
project Structure
config.php
create.php
d…
By Suman Khatri | Jan 26, 2025
#Mastering Laravel
Reusing language keys within a file
How does Laravel resolve them?
By Joel Clermont | Jan 20, 2025
Changing the default browser in PHPStorm
A little less Chrome in my life
By Joel Clermont | Jan 21, 2025
An even better way to handle conditional notifications
And it's been there since Laravel 8!
By Joel Clermont | Jan 22, 2025
When would you use recycle?
Isn't `for()` enough?
By Joel Clermont | Jan 23, 2025
Mocking policy logic in a test
Feels like a native Laravel test helper
By Joel Clermont | Jan 24, 2025
#Securing Laravel
Security Tip: Do You Have an Upgrade Plan?
[Tip #102] In less than 2 weeks, Laravel 10.x will no longer be supported, and PHP 8.1 has less than 12 months left! Do you have an upgrade plan?
By Stephen Rees-Carter | Jan 23, 2025
#Flare App
Building a micro dependency container, because why not?
When rewriting the Flare framework-agnostic PHP package we needed a dependency container, so we've created our own one!
#Deep Dives
By – | Jan 20, 2025
#Dev.to
Laravel Attributes
#webdev #laravel #php #softwaredevelopment
By Sydney Abuya | Jan 20, 2025
How Goals It 2? An Update on last year’s Website Tech Goals and what’s in store for 2025
#drupal #wordpress #php #fediverse
By Reuben Walker, Jr. | Jan 20, 2025
How To Move File from One Folder to Another In Laravel
#laravel #php #tutorial #learning
By Saddam Hossain | Jan 20, 2025
How To Create Dynamic Apexcharts Using Larapex Charts Package in Laravel 11
#laravel #php #tutorial #beginners
By Saddam Hossain | Jan 20, 2025
How to Use Bootstrap Pagination in Laravel Blade (Tutorial)
#laravel #php #tutorial #learning
By Saddam Hossain | Jan 20, 2025
How to Get Last 7 Days Record in Laravel
#laravel #php #tutorial #webdev
By Saddam Hossain | Jan 20, 2025
Supervisor Guide for PHP Developers
#webdev #supervisor #php #laravel
By Edgaras | Jan 20, 2025
XAMPP Alternative in Mac for Mysql
#webdev #programming #php #productivity
By shield8994 | Jan 20, 2025
Docker Multi-Container Deployment with GitHub Actions in Laravel
#docker #dockerdeployment #laravel #devops
By Mahfuzur Rahman | Jan 20, 2025
MVC tutorial for beginners [Laravel beginner series | Part 1]
#programming #oop #laravel #php
By Ionut Cornea | Jan 20, 2025
Tra-La-Laa! From Hero to Superhero with HydePHP! 🦸♂️
#hydephp #webdev #laravel #php
By Luca Visciola | Jan 20, 2025
Seeder vs Factory: Populating Test Data in Laravel
#webdev #laravel #php #testing
By varzoeaa | Jan 20, 2025
2661. First Completely Painted Row or Column
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 20, 2025
Introducing Symfony Messenger Monitoring
#symfony #php #queue #webdev
By Valerio | Jan 20, 2025
Go vs Node.js vs PHP: Which Framework Outperforms the Other in Speed and Efficiency?
#go #node #php #webdev
By Leapcell | Jan 20, 2025
An Introduction to PHP and SQLite
#php #sqlite #webdev #tutorial
By Russell 👨🏾💻 | Jan 21, 2025
How to Fix Weak TLS/SSL Configuration in Laravel
#cybersecurity #vulnerabilities #laravel #php
By Pentest Testing Corp | Jan 21, 2025
Autocomplete functionality in a Vue.js component using Bootstrap 5
#laravel
By jhomegroup | Jan 21, 2025
Devflow CMF vs WordPress: WordPress Alternative
#php #webdev #wordpress #eventdriven
By Joshua Parker | Jan 20, 2025
Demystifying WordPress setup methods for web devs 😎
#wordpress #php #productivity #tooling
By Celeste van der Watt | Jan 21, 2025
2017. Grid Game
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 21, 2025
Why is PHP losing popularity?
#php #programming
By Alexandre Bento Freire | Jan 22, 2025
Create an API for AG-Grid with Laravel
#laravel #aggrid
By StackPuz | Jan 20, 2025
PHP Supabase Comments
#supabase #php #opensource #supacomments
By Santhosh Veer | Jan 22, 2025
Understanding PHP Memory Management and Optimization Tips
#php #tooling #performance #optimization
By Patoliya Infotech | Jan 22, 2025
How To Hire A Laravel Developer?
#programming #laravel #developers #webdev
By VelanApps | Jan 22, 2025
Ecosia: The Search Engine That Plants Trees While You Browse
#webdev #php #javascript #browser
By Parzival | Jan 23, 2025
542. 01 Matrix
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 22, 2025
How I plan on scaling my Laravel (PHP) application
#webdev #devops #php #linux
By Vincent Boon | Jan 22, 2025
1765. Map of Highest Peak
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 22, 2025
Test Driven Development in Laravel – Folder Structure & Setup (1)
#laravel #tdd
By Bedram Tamang | Jan 23, 2025
Drupal AI modules
#php #drupal #ai
By david duymelinck | Jan 23, 2025
Handling Decimal Calculations in PHP 8.4 with the New BCMath Object API
#laravel #php #bcmath #webdev
By Takeshi Yu | Jan 23, 2025
Day 7: Laravel Asana API Integration
#laravel #php #beginners #tutorial
By Ehtesham Ali | Jan 23, 2025
CORS Misconfigurations in Laravel: Risks and Fixes
#cybersecurity #laravel #vulnerabilities #php
By Pentest Testing Corp | Jan 23, 2025
After More than 5 Years of Maintaining WordPress Websites, Here’s What I’ve Learned
#webdev #wordpress #security #php
By ANDGOEDU | Jan 23, 2025
1267. Count Servers that Communicate
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 23, 2025
Is PHP, at its age of 30 in 2025, past its prime?
#webdev #programming #php #discuss
By crawomg | Jan 24, 2025
Architecture diagram
#awsarchitecture #cloudcomputing #laravel #secureclouddesign
By Girija | Jan 24, 2025
How to Sell API Credits in Laravel
#laravel #stripe #api #startup
By Arunas Skirius | Jan 24, 2025
ServBay 1.8.0 Released: Support for Apache
#webdev #apache #php #productivity
By ServBay | Jan 25, 2025
Laravel Blueprint To built fast laravel app
#php #laravel #database
By Salma | Jan 24, 2025
10 Tips to Optimize Your Laravel Application Performance
#laravel #performance #caching #php
By Savan Rathod | Jan 25, 2025
802. Find Eventual Safe States
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 25, 2025
802. Find Eventual Safe States
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 25, 2025
🚀 Everything You Need to Know About Laravel 12: Release Date, Features, and More
#laravel #php #webdev #coding
By Amit Gupta | Jan 25, 2025
Implementing BayarCash Payment API with Ruby: Validate Checksum
#ruby #rails #php #payment
By Aisha A | Jan 25, 2025
Lil Story about libSQL Extension in PHP
#webdev #php #laravel #database
By Imam Ali Mustofa | Jan 25, 2025
Understanding the Difference Between Laravel and PHP: A Complete Guide
#php #laravel #webdev #programming
By kevin kayasth | Jan 25, 2025
Built a feature to turn interview preparation process into blog post
#interview #php #ai
By Valera Gurachek | Jan 25, 2025
2948. Make Lexicographically Smallest Array by Swapping Elements
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 25, 2025
From Express to Laravel: My Journey of Rewriting a 5-Year-Old REST API (and Surviving the Chaos)
#javascript #webdev #laravel #php
By Imam Ali Mustofa | Jan 26, 2025
Fix Insufficient TLS in Laravel: Guide with Free Security Tools
#cybersecurity #vulnerabilities #laravel #php
By Pentest Testing Corp | Jan 26, 2025
Effortless Laravel Deployment on Hostinger Using Git: A Step-by-Step Guide
#laravel #hostinger
By vimuth | Jan 24, 2025
Introduction to Linked Lists in PHP: A Beginner's Guide
#php #linkedlists #webdev #programming
By Wahid | Jan 26, 2025
Automate Laravel Deployment on Hostinger with GitHub Actions: A Step-by-Step Guide
#githubactions #laravel #hostinger
By vimuth | Jan 26, 2025
#Amit Merchant
Fluent Email Validation in Laravel with the Email Rule Object
Need more control over email validation in Laravel? The new Email rule object provides a fluent, extensible way to validate email addresses with precise requirements.Email validation often requires different levels of strictness – from basic format checking to DNS verification and spoofing prevention. Laravel's new Email rule
By Harris Raftopoulos | Jan 20, 2025
Converting Fluent Values to Arrays in Laravel
Need to consistently handle values as arrays in your Fluent instances? Laravel's new array() method provides a clean way to convert values without manual casting.When working with Fluent objects, you often need to ensure values are returned as arrays. Previously, this required manual casting or collection manipulation.
By Harris Raftopoulos | Jan 21, 2025
Elegant Pipeline Cleanup with Laravel's finally Method
Pipeline cleanup gets more elegant in Laravel with the new finally method. This addition simplifies how you handle post-pipeline operations, whether your pipeline succeeds or fails.Managing cleanup operations in pipelines traditionally required wrapping your pipeline in a try-finally block. Laravel's new finally method streamlines this process by
By Harris Raftopoulos | Jan 22, 2025
Customizing Laravel Optimization with –except
Need to customize your Laravel optimization process? The new –except option lets you selectively skip commands during optimization, giving you precise control over the optimization process.When optimizing Laravel applications, you might want to skip certain optimization steps based on your development workflow or specific requirements. The new –except option
By Harris Raftopoulos | Jan 23, 2025
Finding Routes by Action in Laravel
Need to quickly locate routes associated with specific actions? Laravel's new –action option for route:list lets you filter your routes by controller action, making route inspection more efficient.When debugging or documenting your routes, finding all routes that use a specific controller or action can be crucial.
By Harris Raftopoulos | Jan 24, 2025
#IT Solution Stuff
wire:click | Click Event in Laravel Livewire 3 | EP 10
In this post, I will show you how to call wire click event with laravel livewire 3.
In this example, we will create a ProductCreate Livewire component. The component will include a form with input fi…..
#Laravel Laravel Livewire
By Hardik Savani | Jan 20, 2025
Pollo ai Review: Create Romantic AI Kissing Videos Instantly
In the ever-evolving world of AI-driven creativity, Pollo ai stands out as an advanced tool designed to revolutionize video generation. Among its most captivating features is the AI Kiss Generator, wh…..
#PHP
By Hardik Savani | Jan 22, 2025
How to Bypass Originality.AI for Free with Humanizer.Pro
In today's digital landscape, the use of Artificial Intelligence (AI) to generate content has become a staple for students, professionals, and businesses alike. However, as AI tools become increasingl…..
#PHP
By Hardik Savani | Jan 22, 2025
#Harris Raftopoulos
Some open-source and free Laravel SaaS Starter Kits
If you’re looking to build a SaaS application using Laravel, you might want to consider using a starter kit. A starter kit can help you kickstart your project and save your precious time.
By Amit Merchant | Jan 21, 2025