CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other

20 April, 2023

Laravel FFMpeg tools

 Programing Coderfunda     April 20, 2023     Laravel     No comments   

This package allows you to build FFMpeg strings in a fluent, easily maintainable way that feels familiar to php and Laravel devs. The post Laravel FFMpeg tools appeared first on Laravel News. Join the Laravel Newsletter to get Laravel...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

19 April, 2023

Blade DevTools

 Programing Coderfunda     April 19, 2023     Laravel     No comments   

While toying around with Laravel's Blade compiler, I prototyped/hacked together a quick demo of what might turn into proper DevTools like the ones provided by Vue (https://devtools.vuejs.org) or React (https://react.dev/learn/react-developer-tools). As you can see in the screenshot, we can build up a component tree of blade components, together with...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

18 April, 2023

Easy way to serve a realtime logger

 Programing Coderfunda     April 18, 2023     Laravel     No comments   

Hi,I have a set of log files generated on one server (by Python and Supervisor), that I would like to view on another server's web application, where the time delay should be as little as possible, like 15 seconds. The log file is just a text file that is continuously written to.I'm trying to think of how I can get Laravel to serve the text in these...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

17 April, 2023

Weekly /r/Laravel Help Thread

 Programing Coderfunda     April 17, 2023     No comments   

Ask your Laravel help questions here. To improve your chances of getting an answer from the community, here are some tips: * What steps have you taken so far? * What have you tried from the documentation? * Did you provide any error messages...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

16 April, 2023

Supercharge your Laravel Forge account with Bellows

 Programing Coderfunda     April 16, 2023     No comments   

Bellows is an intelligent command line utility that sits on top of Laravel Forge to get your site up and running with all of your third-party integrations configured at the speed of light. The post Supercharge your Laravel Forge account...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

15 April, 2023

Lunar Headless E-Commerce for Laravel

 Programing Coderfunda     April 15, 2023     No comments   

Lunar is an open-source package that brings the power of modern headless e-commerce functionality to Laravel. The post Lunar Headless E-Commerce for Laravel appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

14 April, 2023

Convert HEIC Images to JPEG in PHP

 Programing Coderfunda     April 14, 2023     No comments   

The php-heic-to-jpg PHP package is the easiest way to convert HEIC (High-Efficiency Image Container) images to JPEG with PHP and Laravel framework. The post Convert HEIC Images to JPEG in PHP appeared first on Laravel News. Join the Laravel...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

13 April, 2023

Laravel 10.7 Released

 Programing Coderfunda     April 13, 2023     No comments   

Laravel 10.7 added pipe() to run commands in sequence, setValue() to Validator, and the ability to assert invokable event listeners in tests. The post Laravel 10.7 Released appeared first on Laravel News. Join the Laravel Newsletter to...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

12 April, 2023

Useful Laravel Date Scopes for Eloquent Models

 Programing Coderfunda     April 12, 2023     No comments   

The Laravel Date Scopes package provides some helpful query scopes for your Laravel Eloquent models. The post Useful Laravel Date Scopes for Eloquent Models appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

11 April, 2023

The Best Practices Guide to OpenTelemetry for Developers

 Programing Coderfunda     April 11, 2023     No comments   

OpenTelemetry is a free and open-source software initiative with the objective of supplying software developers with the means to create distributed systems. The post The Best Practices Guide to OpenTelemetry for Developers appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox. ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

10 April, 2023

Laravel Date Scopes

 Programing Coderfunda     April 10, 2023     No comments   

Hi Laravel artisans, checkout our new package with a useful range of date scopes for your Eloquent models! https://github.com/laracraft-tech/laravel-date-scopes Basically it allows you to query any kinds of date ranges like: Transaction::ofLast60Minutes();...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

09 April, 2023

Possible to switch from Laravel/UI easily?

 Programing Coderfunda     April 09, 2023     No comments   

Can Laravel Auth scaffolding be easily changed from from one frontend framework to another without causing too much of a mess? How late is too late? Can I do this further into development, or is this kind of design decision something that should be made early. I'm just trying to get an understanding of the flexibility here. Thank you! submitted by...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

08 April, 2023

Let's talk about Form Requests

 Programing Coderfunda     April 08, 2023     No comments   

Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time. The post Let's talk about Form Requests appeared first on Laravel News. Join the Laravel Newsletter...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

07 April, 2023

Laravel Expectations Plugin for Pest

 Programing Coderfunda     April 07, 2023     No comments   

Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem. The post Laravel Expectations Plugin for Pest appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

06 April, 2023

laravel observers, whats the rule of thumb?

 Programing Coderfunda     April 06, 2023     No comments   

After reading the replies of this tweet I got confused cuz some people mention that the first query won't trigger the eloquent observers, why is the first query different from the second one? I always thought they were the same thing and there weren't any significant differences ​ https://preview.redd.it/l2ap1x8pl6sa1.png?width=1013&format=png&auto=webp&s=1b3db38fc0183bf008d42de15dbda927394fd315...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

05 April, 2023

Java Open Telemetry Class Loading Issue

 Programing Coderfunda     April 05, 2023     No comments   

I have a spring boot java project, which has a open telemetry jar. The service is packaged as a docker image and it is deployed on Kubernetes. When the service starts, this open telemetry jar tries to instantiate okHttpClient internally and fails. This instantiation in the open telemetry jar doesn't seem have retry limits, so it tries to load the...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Meta

Popular Posts

  • Features CodeIgniter
    Features CodeIgniter There is a great demand for the CodeIgniter framework in PHP developers because of its features and multiple advan...
  • Laravel Breeze with PrimeVue v4
    This is an follow up to my previous post about a "starter kit" I created with Laravel and PrimeVue components. The project has b...
  • Fast Excel Package for Laravel
      Fast Excel is a Laravel package for importing and exporting spreadsheets. It provides an elegant wrapper around Spout —a PHP package to ...
  • Write API Integrations in Laravel and PHP Projects with Saloon
    Write API Integrations in Laravel and PHP Projects with Saloon Saloon  is a Laravel/PHP package that allows you to write your API integratio...
  • Send message via CANBus
    After some years developing for mobile devices, I've started developing for embedded devices, and I'm finding a new problem now. Th...

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (68)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © 2025 CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda