Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Sep 2, 2024
1 parent 8a9892c commit 6a6ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To change some templates, it is unnecessary to publish the entire package; you c

Backend pages are created using [Blade](https://laravel.com/docs/blade). You can change these using Laravel's template override mechanism (this is the same for all packages, not just Orchid);

> ⚠️ **Warning.** Overridden templates do not receive updates or bug fixes. Think of this as turning off the autopilot.
> 🚨 **Alert!** Overridden templates do not receive updates or bug fixes. Think of this as turning off the autopilot.
Following Laravel's mechanism for overriding templates from packages is to create the `/resources/views/vendor/platform/` directory in your application and create new templates with the same path as the original templates.

Expand Down

0 comments on commit 6a6ae59

Please sign in to comment.