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