PHP Classes

File: assets/bootstrap.js

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Find Text in Files   assets/bootstrap.js   Download  
File: assets/bootstrap.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Find Text in Files
Search text in files like the Linux command
Author: By
Last change:
Date: 2 years ago
Size: 423 bytes
 

Contents

Class file image Download
import { startStimulusApp } from '@symfony/stimulus-bridge'; // Registers Stimulus controllers from controllers.json and in the controllers/ directory export const app = startStimulusApp(require.context( '@symfony/stimulus-bridge/lazy-controller-loader!./controllers', true, /\.(j|t)sx?$/ )); // register any custom, 3rd party controllers here // app.register('some_controller_name', SomeImportedController);