Skip to content

Commit d461a06

Browse files
committed
Added installtion step using composer
1 parent fb31d50 commit d461a06

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- [Admin One - Admin Dashboard](https://github.com/justboil/admin-one-vue-tailwind)
1818

1919
## Installation
20+
21+
### With Docker Desktop
2022
- To get started, you need to install [Docker Desktop](https://www.docker.com/products/docker-desktop).
2123
- You may run the following command in your terminal
2224
- Windows open WSL2 Linux terminal. [Docker Desktop WSL 2 backend](https://docs.docker.com/desktop/windows/wsl/)
@@ -32,6 +34,19 @@
3234
- `./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder`
3335
- Now open http://localhost/
3436

37+
### Without Docker Desktop
38+
- To get started, you need to install [PHP Composer](https://getcomposer.org/).
39+
- `composer create-project balajidharma/laravel-vue-admin-panel admin-app`
40+
- `cd admin-app`
41+
- Create a new MYSQL database and update database details in `.env` file
42+
- `php artisan vendor:publish --provider="BalajiDharma\LaravelAdminCore\AdminCoreServiceProvider"`
43+
- `php artisan vendor:publish --provider="BalajiDharma\LaravelMenu\MenuServiceProvider"`
44+
- `php artisan migrate --seed --seeder=AdminCoreSeeder`
45+
- `npm install`
46+
- `npm run dev`
47+
- `php artisan serve`
48+
- Now open http://localhost:8000/
49+
3550
###### Super Admin Login
3651
- Email - superadmin@example.com
3752
- Password - password

0 commit comments

Comments
 (0)