/
mr.fork
/
learning-git
Обзор
Документация
Войти
/
mr.fork
/
learning-git
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
auth
routes/console.php
8 строк
210 B
doubleW
install laravel
21 окт 2025, 13:05
21 окт 2025, 13:05
e5e3811
Код
Авторство
О чём код?
<?php use Illuminate\Foundation\Inspiring; use Illuminate\Support\Facades\Artisan; Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote');