Skip to content

Commit 5f40514

Browse files
authored
Merge pull request #35 from balajidharma/1.x-Changes
Updated README.md
2 parents b300512 + 7f32e22 commit 5f40514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- `composer create-project balajidharma/laravel-vue-admin-panel admin-app`
3939
- `cd admin-app`
4040
- Create a new MYSQL database and update database details in `.env` file
41-
- `artisan vendor:publish --tag=admin-core`
41+
- `php artisan vendor:publish --tag=admin-core`
4242
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
4343
- `npm install`
4444
- `npm run dev`

0 commit comments

Comments
 (0)