|
@@ -1,7 +1,10 @@
|
1
|
1
|
# ERPSAAS
|
2
|
2
|
|
3
|
3
|

|
4
|
|
-
|
|
4
|
+
|
|
5
|
+
|
|
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
|
|