You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,16 @@ After initializing a fresh instance of Laravel (and making all the necessary con
23
23
24
24
### By using the archive
25
25
26
-
1. In your application's root create a presets folder
27
-
2. Paste the files from the archive in it
28
-
3. Open `composer.json` file
29
-
4. Add `"LaravelFrontendPresets\\ArgonPreset\\": "presets/LaravelFrontendPresets/ArgonPreset/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
30
-
5. Add `LaravelFrontendPresets\ArgonPreset\ArgonPresetServiceProvider::class` to `config/app.php` file
31
-
6. In your terminal run `composer dump-autoload`
32
-
7. Run `php artisan preset 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`
26
+
1. In your application's root create a **presets** folder
27
+
2.[Download an archive](https://github.com/laravel-frontend-presets/argon/archive/master.zip) of the repo and unzip it
28
+
3. Copy and paste **argon-master** folder in presets (created in step 2) and rename it to **argon**
29
+
4. Open `composer.json` file
30
+
5. Add `"LaravelFrontendPresets\\ArgonPreset\\": "presets/argon/src"` to `autoload/psr-4` and to `autoload-dev/psr-4`
31
+
6. Add `LaravelFrontendPresets\ArgonPreset\ArgonPresetServiceProvider::class` to `config/app.php` file
32
+
7. In your terminal run `composer dump-autoload`
33
+
8. Run `php artisan preset 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`
33
34
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
34
-
8. Run `php artisan migrate --seed` to create basic users table
35
+
9. Run `php artisan migrate --seed` to create basic users table
0 commit comments