File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ An application skeleton for creating applications with [CakePHP](https://cakephp
7
7
8
8
The framework source code can be found here: [ cakephp/cakephp] ( https://github.com/cakephp/cakephp ) .
9
9
10
+ ## Requierements
11
+
12
+ 1 . PHP >= 8.1
13
+ 2 . NodeJS ^20.19.0 || >=22.12.0
14
+ 3 . NPM >=8.0.0
15
+
10
16
## Installation
11
17
12
18
1 . Download [ Composer] ( https://getcomposer.org/doc/00-intro.md ) or update ` composer self-update ` .
@@ -18,6 +24,12 @@ If Composer is installed globally, run
18
24
composer create-project --prefer-dist cakephp/app-tailwind myapp
19
25
```
20
26
27
+ To use the latest commit:
28
+
29
+ ``` bash
30
+ composer create-project cakephp/app-tailwind tailwind -s dev
31
+ ```
32
+
21
33
Next, install [ tailwind] ( https://tailwindcss.com/docs ) and [ vite] ( https://vite.dev/guide/ )
22
34
with npm:
23
35
You can’t perform that action at this time.
0 commit comments