From e8b82386001e5983cea21ec4297d107127d45534 Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 9 Apr 2025 19:24:35 +0200 Subject: [PATCH] add disclaimer to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 440d256..a7d2c8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## DISCLAIMER +This is the documentation of the original Script I wrote for Laravel. Many of the things here do apply to the setup with codeigniter as well, definitely not all though. This documentation will be adapted as soon as development slows down as the name of the scripts and their content are still subject to change. + ## Idea This Project aims to simplify setting up a laravel project in a local development environment for new and experienced developers.