Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 544e7ea

Browse files
committed
Update README
1 parent 507560e commit 544e7ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel 5.5.x Frontend preset for Boostrap 4
22

3-
A Laravel frontend preset for [Bootstrap 4](http://getbootstrap.com/) (Beta) the next major version of Bootstrap.
3+
A Laravel frontend preset for [Bootstrap 4](http://getbootstrap.com/) (Beta), the next major version of Bootstrap.
44

55
Current version: `^4.0.0-beta.2`
66

@@ -13,19 +13,19 @@ composer require laravelnews/laravel-twbs4
1313
```
1414
The package will automatically register it's service provider.
1515

16-
Install the preset by running the `preset` command if you only want to update the basic CSS and JavaScript files:
16+
Install the basic preset to only update the CSS and JavaScript files:
1717

1818
```bash
1919
php artisan preset bootstrap4
2020
```
2121

22-
Or if you want to install everything, including auth views that use Bootstrap 4 markup:
22+
Or if you want to install everything, including auth views:
2323

2424
```bash
2525
php artisan preset bootstrap-auth
2626
```
2727

28-
Update NPM packages and build the CSS/JavaScript:
28+
Next, update NPM packages and build the CSS/JavaScript:
2929

3030
```bash
3131
yarn && yarn dev
@@ -37,11 +37,11 @@ Or via NPM:
3737
npm install && npm run dev
3838
```
3939

40-
**Important**: Make sure you have a backup of your code you use this on an existing project. The commands copy/replace views, CSS, and JavaScript resources.
40+
**Important**: Make sure you have a backup of your code. The presets update `package.json`, and replace views, CSS, and JavaScript.
4141

4242
### Variables
4343

44-
The Bootstrap 4 presets include the same familiar `resources/assets/scss/_variables.scss` file, with some updated values to match the current `3.x` version that ships with Laravel. Feel free to add more here if you find any that are missing.
44+
The Bootstrap 4 presets include the same familiar `resources/assets/scss/_variables.scss` file, with some updated values to match Bootstrap 4 variable changes. This preset looks similar to the current `3.x` version that ships with Laravel, but isn't identical.
4545

4646
Here are the variables ported over thus far:
4747

0 commit comments

Comments
 (0)