EUNO.NEWS EUNO.NEWS
  • All (21023) +2
  • AI (3157)
  • DevOps (933) +1
  • Software (11078)
  • IT (5806)
  • Education (48)
  • Notice
  • All (21023) +2
    • AI (3157)
    • DevOps (933) +1
    • Software (11078)
    • IT (5806)
    • Education (48)
  • Notice
  • All (21023) +2
  • AI (3157)
  • DevOps (933) +1
  • Software (11078)
  • IT (5806)
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 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
  • 1 month ago · software

    How to build Modern Web Apps: Laravel 12 + InertiaJS + ReactJS

    Installation Prerequisites - PHP 8.3 or above - Laravel installer or Composer for Laravel installation - Latest Node.js version Step 1: Create a Laravel Projec...

    #Laravel #InertiaJS #ReactJS #SPA #MPA #PHP #web development #tutorial
  • 1 month ago · software

    How to use local packages in Composer: a guide for PHP developers

    When working on a PHP project, it’s common to rely on external libraries published on Packagist. Composer makes installing and managing these dependencies effor...

    #PHP #Composer #local packages #dependency management #Packagist #path repository
  • 1 month ago · software

    Laravel ReverseKit: Generate Your Entire Laravel Backend From a JSON Structure

    !Cover image for Laravel ReverseKit: Generate Your Entire Laravel Backend From a JSON Structurehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cov...

    #Laravel #ReverseKit #backend generation #JSON schema #PHP #code scaffolding #package
  • 1 month ago · software

    Stop Trying to Turn PHP into Java: Why Loose Typing is Your Best Asset in the AI Era

    🧠 The declarestrict_types=1; Dilemma: Professionalism or Pitfall? Let's be candid for a moment. How often have you added declarestrict_types=1; to your PHP sc...

    #PHP #loose typing #strict types #type juggling #generative AI #LLM #programming practices #software development
  • 1 month ago · software

    Laravel, Symfony, Doppar in 2026 — Which PHP Framework Should You Pick

    Welcome to the near future. It’s almost 2026. If you are reading this, you already know the truth that many outsiders deny: PHP is not dead. In fact, it’s faste...

    #php #laravel #symfony #doppar #web development #framework comparison #enterprise web #2026
  • 1 month ago · software

    💡 Two Lesser-Known Laravel Tricks: numerify & invisible

    numerify in Eloquent Factories The numerify method from Faker lets you replace characters with random digits. php public function definition: array { return 'p...

    #Laravel #Eloquent #Faker #numerify #invisible #PHP #database migrations #hidden columns
  • 1 month ago · software

    5 Database Query Optimization Tips That Actually Work

    After years of managing database‑driven applications, I've learned that query optimization can make or break your application's performance. Here are five pract...

    #database #query-optimization #indexing #performance #php #pdo #persistent-connections #batch-inserts
  • 1 month ago · software

    Eigener Code vs. fertige PHP-Scripts: Wann lohnt sich was? (Entwickler-Guide 2025)

    Ein ehrlicher Vergleich für PHP‑Entwickler – wann solltest du selbst coden und wann sind fertige Scripts die bessere Wahl? Einführung Jeder PHP‑Entwickler kennt...

    #PHP #custom code vs ready scripts #development best practices #project planning #time-to-market #maintainability
  • 1 month ago · software

    PHP Engineering: Deep Dive into Core Concepts

    Variable Scope in PHP Where variables live and die Scope defines the context in which a variable is defined and accessible. Local Scope: The Function's Private...

    #php #variable-scope #references #closures #programming-concepts #software-development

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026