Autoload maker

Overview

Autoload maker

Simply run the code of the file autoloadmaker.php, an autoload.php will be create in the same directory with the file autoloadmaker.php The content in the autoload.php will be something like:
require 'some/directory/yourfile.fex';
require 'some/dir/yourfile.fex';
Modify the FILE_EX_GOES_HERE to php or something else, DIR2SCAN to the directory you would like to scan and the autoloadmaker will scan for all file that it's ex is YOUR DEFINED EX and it's in the DIR2SCAN.

ATTENTION

For example my home dir is PUBLIC_HTML and I put my autoloadmaker.php in PUBLIC_HTML/some/dir And I replace the DIR2SCAN with "../pack1/", FILE_EX_GOES_HERE with "php" and I run the script, the output will besomething like:
require '../pack1/src/somefile.php';
require '../pack1/src/somf2.php';
require '../pack1/home.php';
require '../pack1/main.php';
require '../pack1/pack.php';

You might also like...
Owner
null
Generate and autoload custom Helpers, Builder Scope, Service class, Trait

laravel-make-extender Generate and autoload custom helpers, It can generate multilevel helpers in the context of the directory. Generate Service class

Limewell 30 Dec 24, 2022
Because I can never remember exactly how to autoload my helpers.php file.

Laravel Helpers File (helpers.php) I add a app/helpers.php file to every project for any custom helpers I might want to create. Everytime I go to add

Caleb Porzio 59 Mar 31, 2022
The maker bundle allows you to generate content elements, front end modules

Contao 4 maker bundle The maker bundle allows you to generate content elements, front end modules, event listener, callbacks and hooks using interacti

Contao 7 Aug 3, 2022
Domain-Driven Design Maker for Symfony apps

Domain-Driven Design Maker for Symfony applications This bundle assumes you are using https://github.com/yceruto/symfony-ddd-skeleton architecture or

Yonel Ceruto 8 Aug 31, 2022
Gesior 2012 - Account Maker (website) for OTSes

Gesior 2012 - Account Maker [website] for OTSes, account maker you can find in BRANCHES. Select 'branch'.

Jerzy Skalski 71 Nov 21, 2022
Featured Calendar Maker v1.0 multingual extends the functionalities of the latest version of the FullCalendar (5.3.2), the most popular and completed JavaScript Calendar open source

Featured Calendar Maker v1.0 multingual extends the functionalities of the latest version of the FullCalendar (5.3.2), the most popular and completed JavaScript Calendar open source.

null 21 Oct 5, 2022
A package for simplifying the integration of a maker-checker approval process to your Laravel application.

prismaticoder/maker-checker-laravel The prismaticoder/maker-checker-laravel package is a comprehensive Laravel package that provides a flexible and cu

Jesutomiwa Salam 12 Jun 16, 2023