Skip to main content

Search Results for "helpers"

We found 18 results for "helpers".

Tutorial 4 min read Free

How to use external classes and PHP files in Laravel Controller?

Laravel is an MVC framework with its own folder structure, but sometimes we want to use something external which doesn't follow the same structure. Let's review two different scenarios - when we have external class and when it's just a .php file.

Tutorial 2 min read Free

Laravel Blade @include: Three Additional "Helpers"

In Blade language there's a simple @include() command, where you just pass the view path as a parameter. But what if you're not 100% sure if that view exists? Or what if you want to make it a dynamic variable? Let's explore the possibilities.

Package 14755 stars Last updated November 2025

barryvdh/laravel-ide-helper

This package generates helper files that enable your IDE to provide accurate autocompletion

Package 3271 stars Last updated November 2025

artesaos/seotools

SEOTools is a package for Laravel 5.8+ and Lumen that provides helpers for some common SEO techniques

Package 275 stars Last updated October 2025

Label84/laravel-hours-helper

With laravel-hours-helper you can create an Illuminate\Support\Collection of dates and/or times with a specific interval for a specific period.

Code Example agorakit/agorakit

agorakit/agorakit

Files in the example:

  • app/Helpers/Functions.php
  • resources/views/files/create.blade.php
  • app/Console/Commands/DeleteFiles.php
  • composer.json

Code Example bytefury/crater

bytefury/crater

Files in the example:

  • app/Space/helpers.php
  • resources/views/app/pdf/invoice/partials/table.blade.php

Code Example monicahq/monica

monicahq/monica

Files in the example:

  • app/Helpers/CollectionHelper.php
  • app/Providers/MacroServiceProvider.php
  • app/Http/Controllers/Settings/GendersController.php