Skip to content

Commit 7da6bd2

Browse files
committed
Edit Readme
1 parent 35846c3 commit 7da6bd2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Laravel 5.5.x Front-end Preset For Zurb Foundation
22

33
Preset for Zurb Foundation 6 scaffolding on new Laravel 5.5.x project.
4-
Current version: Zurb Foundation for sites 6.4.1
4+
*Current version*: **Zurb Foundation for sites 6.4.1**
55

66
## Usage
77
1. Fresh install Laravel 5.5.x and `cd` to your app.
8-
2. Install this preset via `composer require laravel-frontend-presets/zurb-foundation`.
8+
2. Install this preset via `composer require laravel-frontend-presets/zurb-foundation`. Laravel 5.5.x will automatically discover this package. No need to register the service provider.
99
3. Use `php artisan preset foundation` for basic Zurb Foundation preset.
10+
1011
OR
11-
4. Use `php artisan preset foundation-auth` for basic preset, Auth route entry and Zurb Foundation Auth views. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
12+
13+
4. Use `php artisan preset foundation-auth` for basic preset, Auth route entry and Zurb Foundation Auth views. (**NOTE**: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
1214
5. `npm install`
1315
6. `npm run dev`
1416
7. Configure your favorite database (mysql, sqlite etc.)

0 commit comments

Comments
 (0)