File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 17
17
- [ Admin One - Admin Dashboard] ( https://github.com/justboil/admin-one-vue-tailwind )
18
18
19
19
## Installation
20
+
21
+ ### With Docker Desktop
20
22
- To get started, you need to install [ Docker Desktop] ( https://www.docker.com/products/docker-desktop ) .
21
23
- You may run the following command in your terminal
22
24
- Windows open WSL2 Linux terminal. [ Docker Desktop WSL 2 backend] ( https://docs.docker.com/desktop/windows/wsl/ )
32
34
- ` ./vendor/bin/sail artisan migrate --seed --seeder=AdminCoreSeeder `
33
35
- Now open http://localhost/
34
36
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
+
35
50
###### Super Admin Login
36
51
- Email - superadmin@example.com
37
52
- Password - password
You can’t perform that action at this time.
0 commit comments