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

Updated composer for laravel 5.7 #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -6,28 +6,28 @@
"type": "project",
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "^1.0",
"mrholek/CoreUI-Free-Bootstrap-Admin-Template": "dev-24d9a64"
"fideloper/proxy": "*",
"laravel/framework": "5.7.*",
"laravel/tinker": "*",
"mrholek/coreui-free-bootstrap-admin-template": "2.1.12"
},
"require-dev": {
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.0"
"filp/whoops": "*",
"fzaninotto/faker": "*",
"mockery/mockery": "*",
"nunomaduro/collision": "*",
"phpunit/phpunit": "*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "mrholek/coreui-free-bootstrap-admin-template",
"version": "dev-24d9a64",
"version": "v2.1.12",
"source": {
"url": "https://github.com/coreui/coreui-free-bootstrap-admin-template.git",
"type": "git",
"reference": "24d9a64"
"reference": "07e8192"
}

}
10 changes: 3 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Laravel 5.6 + CoreUI Admin Bootstrap Template VueJS

# Laravel 5.7 + CoreUI Admin Bootstrap Template VueJS

## What is this?

A clean install of Laravel 5.5 with the [CoreUI Full Bootstrap Admin Template VueJS Version](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template) added in. This implementation is nowhere near to perfect but it's a working start. Pull Requests are welcome!

A clean install of Laravel 5.7 with the [CoreUI Full Bootstrap Admin Template VueJS Version](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template) added in. This implementation is nowhere near to perfect but it's a working start. Pull Requests are welcome!

## What's it look like?

[Here's a demo of the CoreUI theme running.](https://coreui.io/demo/)


## Getting Started

If your here, you most likely know what Laravel is and hopefully how to get up and running with it. If not, [click here to check the docs on getting up and running](https://laravel.com/docs/5.6/). Also [Laracasts](https://laracasts.com) is a fantastic resource for getting up to speed with everything Laravel from pretty much any version.

If your here, you most likely know what Laravel is and hopefully how to get up and running with it. If not, [click here to check the docs on getting up and running](https://laravel.com/docs/5.7/). Also [Laracasts](https://laracasts.com) is a fantastic resource for getting up to speed with everything Laravel from pretty much any version.

## Head Up