Quellcode durchsuchen

Update README.md

Signed-off-by: Andrew Wallo <andrewdwallo@gmail.com>
3.x
Andrew Wallo vor 1 Jahr
Ursprung
Commit
0f41fb7f9f
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
  1. 6
    3
      README.md

+ 6
- 3
README.md Datei anzeigen

@@ -1,7 +1,10 @@
1 1
 # ERPSAAS
2 2
 
3 3
 ![Screenshot 2023-11-25 at 3 29 26 AM](https://github.com/andrewdwallo/erpsaas/assets/104294090/d1c8ed6d-4fd2-4c88-a02b-0f1534700b0f)
4
-![Screenshot 2023-11-25 at 3 27 11 AM](https://github.com/andrewdwallo/erpsaas/assets/104294090/20b12920-1ca8-42ed-8c55-c034cde683b1)
4
+![Screenshot 2023-12-06 at 3 33 25 AM](https://github.com/andrewdwallo/erpsaas/assets/104294090/d543681b-4d53-40e3-8d01-5b55b6b97c86)
5
+![Screenshot 2023-12-06 at 3 28 46 AM](https://github.com/andrewdwallo/erpsaas/assets/104294090/33beed6c-3ff5-4819-a8ae-71feaa6b95da)
6
+
7
+
5 8
 
6 9
 This repo is currently a work in progress — PRs and issues welcome!
7 10
 
@@ -36,8 +39,8 @@ Run the database migrations (**Set the database connection in .env before migrat
36 39
 
37 40
     php artisan migrate
38 41
 
39
-Build your dependencies & start the local development server
40
-
42
+Build your assets & start the local development server
43
+    php artisan filament:assets
41 44
     npm run build
42 45
     npm run dev
43 46
 

Laden…
Abbrechen
Speichern