Skip to content

Commit 08b6b9c

Browse files
add Prerequisites
1 parent 3ba7ec1 commit 08b6b9c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Argon Frontend Preset For Laravel Framework 5.5 and Up
44

55
*Current version*: Argon v1.0.10. More info at https://www.creative-tim.com/product/argon-dashboard-laravel.
66

7+
## Prerequisites
8+
9+
If you don't already have an Apache local environment with PHP and MySQL, use one of the following links:
10+
11+
- Windows: http://tutorial.razi.net.my/search?q=uwamp
12+
- Linux: https://howtoubuntu.org/how-to-install-lamp-on-ubuntu
13+
- Mac: https://wpshout.com/quick-guides/how-to-install-mamp-on-your-mac
14+
15+
You will also need to install Composer: https://getcomposer.org/doc/00-intro.md
16+
717
## Note
818

919
We recommend installing this preset on a project that you are starting from scratch, otherwise your project's design might break.
@@ -14,7 +24,7 @@ After initializing a fresh instance of Laravel (and making all the necessary con
1424

1525
### Via composer
1626

17-
1. `Cd` to your Laravel app
27+
1. `Cd` to your Laravel app
1828
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.
1929
3. 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`
2030
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)

0 commit comments

Comments
 (0)