PHP Classes

File: bootstrap/app.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Class Dependencies Analyzer   bootstrap/app.php   Download  
File: bootstrap/app.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Class Dependencies Analyzer
Analyze the dependencies of project classes
Author: By
Last change:
Date: Yesterday
Size: 116 bytes
 

Contents

Class file image Download
<?php

use LaravelZero\Framework\Application;

return
Application::configure(basePath: dirname(__DIR__))->create();