From 2bde5e520ff01588badc571638805ff418039b31 Mon Sep 17 00:00:00 2001 From: weogrim Date: Tue, 27 Oct 2020 19:44:25 +0100 Subject: [PATCH] Warning about run jet stream on existing projects. I add red visible warning for peoples, that Jetstream will overwrite existing work, and it is meant to be install only on fresh installations. I think the information about it is not clearly stated in the documentation. Unfortunately, I also did not understand the consequences of the installation by reading the documentation. --- 1.x/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/1.x/installation.md b/1.x/installation.md index 0d77952..6a09891 100644 --- a/1.x/installation.md +++ b/1.x/installation.md @@ -4,6 +4,11 @@ ## Installing Jetstream +:::danger Do not install Jetstream on an existing project + +Jetstream is meant for new projects only. Attempting to install this package on an existing project will overwrite the files and may result in loss of your work. +::: + If you have installed the [Laravel Installer](https://laravel.com/docs/installation#installing-laravel), you may use the `--jet` option to create a new Jetstream powered Laravel application: ```bash