Skip to content

Commit

Permalink
Update Laravel version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Feb 15, 2018
1 parent 61ece60 commit 265a809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up

Preset for Zurb Foundation 6 scaffolding on new Laravel 5.5.x project.
Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up

*Current version*: **Zurb Foundation for sites 6.4.3**

## Usage
1. Fresh install Laravel 5.5.x and `cd` to your app.
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.
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. (**NOTE**: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)
1. Fresh install Laravel 5.5 (and up) and `cd` to your app.
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.
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.
4. `npm install`
5. `npm run dev`
6. Configure your favorite database (mysql, sqlite etc.)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "preset", "zurb-foundation", "foundation"],
"license": "MIT",
"require": {
"laravel/framework": "5.5.*"
"laravel/framework": "^5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 265a809

Please sign in to comment.