From 35e514f13cb8ae8dce093e9794785fea27319d81 Mon Sep 17 00:00:00 2001 From: David Carr Date: Thu, 16 Feb 2023 11:08:15 +0000 Subject: [PATCH] updated readme to include v10 --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c1f0789e9..abee5b7ae 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,20 @@ [![Quality Score](https://img.shields.io/scrutinizer/g/nWidart/laravel-modules.svg?style=flat-square)](https://scrutinizer-ci.com/g/nWidart/laravel-modules) [![Total Downloads](https://img.shields.io/packagist/dt/nwidart/laravel-modules.svg?style=flat-square)](https://packagist.org/packages/nwidart/laravel-modules) -| **Laravel** | **laravel-modules** | -|---|---| -| 5.4 | ^1.0 | -| 5.5 | ^2.0 | -| 5.6 | ^3.0 | -| 5.7 | ^4.0 | -| 5.8 | ^5.0 | -| 6.0 | ^6.0 | -| 7.0 | ^7.0 | -| 8.0 | ^8.0 | -| 9.0 | ^9.0 | - -`nwidart/laravel-modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 9. +| **Laravel** | **laravel-modules** | +|-------------|---------------------| +| 5.4 | ^1.0 | +| 5.5 | ^2.0 | +| 5.6 | ^3.0 | +| 5.7 | ^4.0 | +| 5.8 | ^5.0 | +| 6.0 | ^6.0 | +| 7.0 | ^7.0 | +| 8.0 | ^8.0 | +| 9.0 | ^9.0 | +| 10.0 | ^10.0 | + +`nwidart/laravel-modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 10. This package is a re-published, re-organised and maintained version of [pingpong/modules](https://github.com/pingpong-labs/modules), which isn't maintained anymore. This package is used in [AsgardCMS](https://asgardcms.com/).