Skip to content

Commit 31fecb2

Browse files
committed
Updated archive installation instructions
1 parent 6d80554 commit 31fecb2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ After initializing a fresh instance of Laravel (and making all the necessary con
2323

2424
### By using the archive
2525

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`
3334
(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
3536

3637

3738
## Usage

0 commit comments

Comments
 (0)