|
@@ -1,8 +1,10 @@
|
1
|
1
|
# ERPSAAS
|
2
|
2
|
|
3
|
|
-
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
4
|
7
|
|
5
|
|
-
|
6
|
8
|
|
7
|
9
|
This repo is currently a work in progress — PRs and issues welcome!
|
8
|
10
|
|
|
@@ -37,8 +39,9 @@ Run the database migrations (**Set the database connection in .env before migrat
|
37
|
39
|
|
38
|
40
|
php artisan migrate
|
39
|
41
|
|
40
|
|
-Build your dependencies & start the local development server
|
|
42
|
+Build your assets & start the local development server
|
41
|
43
|
|
|
44
|
+ php artisan filament:assets
|
42
|
45
|
npm run build
|
43
|
46
|
npm run dev
|
44
|
47
|
|