Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotman authored Jul 28, 2023
1 parent 581478e commit 62e5e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datatable-repo

Uses sqlite, so enable pdo_sqlite
use doctrine:create:database, doctrine:migration:migrate and doctrine:fixture:load to setup the persons table, and then run php -S 0.0.0.0:8080 to expose the app, and the root is the datatable
use doctrine:create:database, doctrine:migration:migrate and doctrine:fixture:load to setup the persons table, and then run php -S 0.0.0.0:8080 -t ./public to expose the app, and the root is the datatable

0 comments on commit 62e5e8e

Please sign in to comment.