Browse Source

Update Laravel version (#1008)

Laravel 6 was released and it is a LTS version
pull/1015/head
michalpietryka 6 years ago
parent
commit
7b81654ea8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

118
 
118
 
119
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
119
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
120
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
120
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
121
-* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
121
+* [Laravel 6](https://laravel.com/) - Another PHP framework (L6).
122
 * [Nette](https://nette.org) - Another framework comprised of individual components.
122
 * [Nette](https://nette.org) - Another framework comprised of individual components.
123
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
123
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
124
 * [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
124
 * [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
527
 * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
527
 * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
528
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
528
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
529
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
529
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
530
-* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
530
+* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L6).
531
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
531
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
532
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
532
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
533
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
533
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.

Loading…
Cancel
Save