Skip to content

Commit 77a640e

Browse files
Update
2 parents 921d6f5 + eb7186b commit 77a640e

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ All notable changes to `Argon` frontend preset for Laravel will be documented in
2020
- Menu structure changes, replace texts
2121

2222
## Version 1.0.11 - 2019-09-23
23-
- Update to Laravel 6.x
23+
- Update to Laravel 6.x
24+
25+
## Version 1.1.0 - 2020-03-18
26+
- Update to Laravel 7.x
2427

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2828
### Via composer
2929

3030
1. `Cd` to your Laravel app
31-
2. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
32-
3. Run `php artisan ui argon` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
31+
2. Type in your terminal: `composer require laravel/ui` and `php artisan ui vue --auth`
32+
3. Install this preset via `composer require laravel-frontend-presets/argon`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
33+
4. Run `php artisan ui argon` command to install the Argon preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in `routes/web.php`
3334
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
34-
4. In your terminal run `composer dump-autoload`
35-
5. Run `php artisan migrate --seed` to create basic users table
35+
5. In your terminal run `composer dump-autoload`
36+
6. Run `php artisan migrate --seed` to create basic users table
3637

3738
### By using the archive
3839

src/argon-stubs/resources/views/layouts/navbars/sidebar.blade.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,20 @@
120120
<i class="ni ni-bullet-list-67 text-default"></i>
121121
<span class="nav-link-text">Tables</span>
122122
</a>
123+
<<<<<<< HEAD
123124
</li>
124125
<li class="nav-item mb-5 mr-4 ml-4 pl-1 bg-danger" style="position: absolute; bottom: 0;">
125126
<a class="nav-link text-white" href="{{route('upgrade')}}">
127+
=======
128+
</li>
129+
<li class="nav-item">
130+
<a class="nav-link" href="#">
131+
<i class="ni ni-circle-08 text-pink"></i> {{ __('Register') }}
132+
</a>
133+
</li>
134+
<li class="nav-item mb-5 mr-4 ml-4 pl-1 bg-danger" style="position: absolute; bottom: 0;">
135+
<a class="nav-link text-white" href="https://www.creative-tim.com/product/argon-dashboard-pro-laravel" target="_blank">
136+
>>>>>>> eb7186b6a79559baac814003cdcfe77840ef8fc4
126137
<i class="ni ni-cloud-download-95"></i> Upgrade to PRO
127138
</a>
128139
</li>

src/argon-stubs/resources/views/users/index.blade.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,21 @@
185185
<i class="ni ni-bullet-list-67 text-default"></i>
186186
<span class="nav-link-text">Tables</span>
187187
</a>
188+
<<<<<<< HEAD
188189
</li>
189190
<li class="nav-item mb-5 mr-4 ml-4 pl-1 bg-danger" style="position: absolute; bottom: 0;">
190191
<a class="nav-link text-white" href="{{route('upgrade')}}">
191192
<i class="ni ni-cloud-download-95"></i> Upgrade to PRO
192193
</a>
193194
</li>
195+
=======
196+
</li>
197+
<li class="nav-item mb-5 mr-4 ml-4 pl-1 bg-danger" style="position: absolute; bottom: 0;">
198+
<a class="nav-link text-white" href="https://www.creative-tim.com/product/argon-dashboard-pro-laravel" target="_blank">
199+
<i class="ni ni-cloud-download-95"></i> Upgrade to PRO
200+
</a>
201+
</li>
202+
>>>>>>> eb7186b6a79559baac814003cdcfe77840ef8fc4
194203
</ul>
195204
<!-- Divider -->
196205
<hr class="my-3">

0 commit comments

Comments
 (0)