How to Create Your Own Helper Functions in Laravel

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • Helper functions can be extremely useful in your Laravel projects. They can help to simplify your code in your projects in a clean and easy way. Laravel comes with many helper functions out-the-box such as dd(), abort() and session(). But as your projects start to grow, you'll likely find that you'll want to add your own.

  • Composer

    Dependency Manager for PHP

  • Now that we've created our helper file, we need to register it so that we can use our new function. To do this, we can update our composer.json file so that our file is loaded at runtime on each request and is available for using. This is possible because Laravel includes the Composer class loader in the public/index.php file.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Openpesa PHP package for Payments collection on Mpesa Mobile Wallet

    2 projects | dev.to | 27 May 2022
  • How do you even install laravel?

    4 projects | /r/laravel | 11 Mar 2022
  • I was just hired as a junior developer, and I'm scared AF.

    3 projects | /r/webdev | 28 Dec 2021
  • Symfony windows installer flagged as unsafe in virustotal

    2 projects | /r/symfony | 11 Mar 2021
  • How to protect Laravel API with Magic Link

    2 projects | dev.to | 17 Feb 2021