File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ PHP full featured framework designed to allow you creating 100% framework agnost
16
16
* ** Cli** : Ready to use Console Line Tool on top of [ Symfony Console Tool] ( https://symfony.com/doc/current/components/console.html )
17
17
18
18
19
+ ## Quick Start
20
+
21
+ ``` bash
22
+ composer create-project antidot-fw/antidot-framework-starter project-name
23
+ cd project-name
24
+ bin/console
25
+ php -S 127.0.0.1:8000 ./public
26
+ ```
27
+
19
28
## Special thanks & Sponsors
20
29
21
30
* ** JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source
Original file line number Diff line number Diff line change 7
7
Using [ composer] ( https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos ) package manager
8
8
9
9
```` bash
10
- composer create-project antidot-fw/antidot-framework-starter:dev-master project-name
10
+ composer create-project antidot-fw/antidot-framework-starter project-name
11
11
````
12
12
13
13
## File Structure
You can’t perform that action at this time.
0 commit comments