From 92b7bdeb4b8c40848fa276cfe1897c656302942f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 17 Mar 2021 23:09:25 -0500 Subject: [PATCH] add more quotes --- src/Illuminate/Foundation/Inspiring.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Illuminate/Foundation/Inspiring.php b/src/Illuminate/Foundation/Inspiring.php index 6023f5635029..a7e7524e19d9 100644 --- a/src/Illuminate/Foundation/Inspiring.php +++ b/src/Illuminate/Foundation/Inspiring.php @@ -45,6 +45,11 @@ public static function quote() 'Waste no more time arguing what a good man should be, be one. - Marcus Aurelius', 'Well begun is half done. - Aristotle', 'When there is no desire, all things are at peace. - Laozi', + 'Walk as if you are kissing the Earth with your feet. - Thich Nhat Hanh', + 'Because you are alive, everything is possible. - Thich Nhat Hanh', + 'Breathing in, I calm body and mind. Breathing out, I smile. - Thich Nhat Hanh', + 'Life is available only in the present moment. - Thich Nhat Hanh', + 'The best way to take care of the future is to take care of the present moment. - Thich Nhat Hanh', ])->random(); } }