mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 01:06:00 +02:00
6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
|
|
use LaravelZero\Framework\Application;
|
|
|
|
return Application::configure(basePath: dirname(__DIR__))->create();
|