We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464bbce commit 15578faCopy full SHA for 15578fa
1 file changed
README.md
@@ -33,13 +33,21 @@ or you can just run:
33
php spark vite:init
34
```
35
36
-our body spark will handle the rest for you 🙃
+our body ```spark``` will handle the rest for you 🙃
37
38
-**That's it**
+💥 **That's it**
39
you can now run `npm install`, `npm run dev` and enjoy your time
40
41
+## Uninitialize
42
+You can run the following command to uninitialize it:
43
+
44
+```
45
+php spark vite:remove
46
47
+then you can run ``` composer remove mihatori/codeignitervite ``` to remove it completely.
48
49
## What next?
-More informations will be availiable as soon as possible ❤️.
50
+More informations will be available as soon as possible ❤️.
51
52
### additional:
53
You will find som new vaiables in your .env file, you can change them as you like.
0 commit comments