From bbee58db84043b3af12b1f2873704aed58538dc7 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 7 Feb 2025 13:03:55 +0000 Subject: [PATCH] Document the command --- docs/resources.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/resources.md b/docs/resources.md index 6d09b78c..847f0d55 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -6,11 +6,11 @@ title: Resources For each of the Eloquent models you wish to use with Runway, you’ll need to define a ‘resource’. -A resource basically tells Runway about the model and how you’d like it to be configured - which blueprint to use, whether or not it should be manageable in the CP, etc. +A resource basically tells Runway about the model and how you’d like it to be configured - which blueprint to use, whether it should be manageable in the CP, etc. ## Defining resources -You can define resources inside of the configuration file published during installation. It’s located in `config/runway.php`. +You can define resources inside the configuration file published during installation. It’s located in `config/runway.php`. ```php