Skip to content

Commit d6d10da

Browse files
committed
first commit 🔥
1 parent 4a763bc commit d6d10da

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Make a migration
2121
php artisan migrate
2222
```
2323

24+
Publish Assets
25+
26+
```bash
27+
npm i & npm run build
28+
```
29+
30+
OR
31+
32+
```bash
33+
yarn & yarn build
34+
```
35+
2436
to create a new settings page you can use this command
2537

2638
```bash

0 commit comments

Comments
 (0)