mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-08-25 09:46:50 +00:00
6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
|
|
use LaravelZero\Framework\Application;
|
|
|
|
return Application::configure(basePath: dirname(__DIR__))->create();
|