From c1279abd3a001b4820f4aa476d42e6ae3971f2e1 Mon Sep 17 00:00:00 2001 From: Giuseppe Occhipinti Date: Mon, 3 Feb 2020 16:56:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37cc312..1dca704 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Theme Management for Laravel -Laravel-Theme is a theme management for Laravel 5+, it is the easiest way to organize your skins, layouts and assets. +Laravel-Theme is a theme management for Laravel 6+, it is the easiest way to organize your skins, layouts and assets. This package is based on [teepluss\theme](https://github.com/teepluss/laravel-theme/) >##### Differences with teepluss version: ->- Compatible with laravel 5.4+. +>- Compatible with laravel 6+. >- Removed twig compatibility (Reduces the package by 94%). >- Blade directives >- Better base template.