Skip to content

Commit 90e6eb6

Browse files
authored
Merge pull request #10 from crazyinventor/master
Updates for Laravel 6.0
2 parents 021cb41 + f5c3104 commit 90e6eb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up
22

3-
Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up
3+
Zurb Foundation Frontend Preset For Laravel Framework 6.0
44

55
*Current version*: **Zurb Foundation for sites 6.5.0**
66

77
## Usage
8-
1. Fresh install Laravel 5.5 (and up) and `cd` to your app.
9-
2. Install this preset via `composer require laravel-frontend-presets/zurb-foundation`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
8+
1. Fresh install Laravel 6 and `cd` to your app.
9+
2. Install this preset via `composer require laravel-frontend-presets/zurb-foundation`. No need to register the service provider. Laravel 6 can auto detect the package.
1010
3. Use `php artisan preset foundation` for basic Zurb Foundation preset. **OR** Use `php artisan preset foundation-auth` for basic preset, Auth route entry and Zurb Foundation Auth views in one go.
1111
4. `npm install`
1212
5. `npm run dev`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "laravel-frontend-presets/zurb-foundation",
3-
"description": "Laravel 5.5.x Front-end preset for Zurb Foundation",
3+
"description": "Laravel 6.0.x Front-end preset for Zurb Foundation",
44
"keywords": ["laravel", "preset", "zurb-foundation", "foundation"],
55
"license": "MIT",
66
"require": {
7-
"laravel/framework": "^5.5"
7+
"laravel/framework": "^5.5|^6.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)