EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 month ago · software

    When 'Simple' Problems Aren't Simple: Hard-Learned Lessons from PHP's Hidden Gems

    Originally published on Medium - Read the full story herehttps://masteryoflaravel.medium.com/the-hidden-engineering-wisdom-in-phps-specialized-packages-real-pro...

    #PHP #Laravel #CSV import #data parsing #debugging #batch processing #software engineering lessons
  • 1 month ago · software

    Using Custom Timestamp Columns in Laravel Eloquent

    If you need to customize the column names for created_at and updated_at, you can do so at the database level. / Run the migrations. / public function up: void {...

    #Laravel #Eloquent #PHP #custom timestamps #database migrations #created_at #updated_at
  • 1 month ago · software

    TailAdmin Laravel: Laravel Admin Dashboard Built with Tailwind and Blade

    TailAdmin Laravel is now available TailAdmin Laravel is a Laravel‑first admin dashboard built with Tailwind CSS and Blade, designed for teams that want a clean...

    #Laravel #Tailwind CSS #Blade #admin dashboard #TailAdmin #PHP #web UI #frontend framework
  • 1 month ago · software

    PHP Killed Dynamic Properties. Here's Why (And What to Do)

    Starting with PHP 8.2, dynamic properties are deprecated and will be removed in PHP 9.0. If you see deprecation warnings in Laravel 11 projects, this guide expl...

    #php #dynamic-properties #deprecation #php-8.2 #php-9.0 #laravel #type-safety #static-analysis
  • 1 month ago · software

    Laravel in 2026 and Beyond: The Best PHP Framework with Future-Ready Speed, Security & Hosting Advancements

    Laravel has already established itself as the most powerful and developer‑friendly PHP framework, and as we move into 2026 and beyond, its dominance continues t...

    #Laravel #PHP #web development #performance #security #hosting #future trends
  • 1 month ago · software

    Testing Legacy Laravel Code Without Refactoring First

    Practical Strategies for Real-World PHP Projects Legacy codebases are a fact of life. Most of us don’t join greenfield projects. We inherit applications that g...

    #Laravel #PHP #legacy code #testing #unit testing #refactoring #code coverage #software development
  • 1 month ago · software

    Framework Battle: Symfony vs. Laravel — Which One Should You Use for Your Enterprise System?

    Introduction When it comes to developing enterprise‑level systems with PHP, choosing the right framework is a strategic decision. Among the most popular option...

    #symfony #laravel #php #enterprise-development #framework-comparison
  • 1 month ago · software

    I Made My Laravel API 83% Faster by Rethinking Database Queries

    How I solved the N+1 query problem using JSON aggregation instead of traditional eager loading Last month, I was debugging a slow admin dashboard. The page load...

    #laravel #php #performance #database #n+1 #api #query-optimization
  • 1 month ago · software

    Upgrade Node on Laravel Forge

    bash sudo apt-get update --allow-releaseinfo-change && sudo apt-get install -y ca-certificates curl gnupg sudo mkdir -p /etc/apt/keyrings curl -fsSL https://deb...

    #nodejs #laravel #forge #ubuntu #apt-get #version-upgrade
  • 1 month ago · software

    Stop Hardcoding Translations in Laravel - Use Translatable

    🤔 The Problem Building a multilingual Laravel app? You might end up with messy code like this: php // ❌ The nightmare approach switch $status { case 'draft':...

    #Laravel #i18n #translations #enum #composer #PHP #multilingual #Laravel-Enum-Translatable
  • 1 month ago · software

    How I implemented recurring features in Trevidia

    Recurring Invoices in Trevidia - Set an invoice to recur daily, weekly, bi‑weekly, monthly, quarterly, or yearly. - Automatically calculate the next invoice da...

    #Laravel #recurring invoices #job scheduling #cron #PHP #automation #invoice processing
  • 1 month ago · software

    Two Overlooked Laravel Features: `fresh()` and Attribute Visibility

    Reloading Models with fresh Laravel's fresh method allows you to reload a model or an entire collection from the database, ensuring you are working with the mo...

    #Laravel #Eloquent #fresh() #attribute visibility #PHP #model serialization #ORM

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026