laravel 11

This commit is contained in:
2024-03-17 16:20:09 +01:00
parent aed1c6b3e7
commit 308eaf1d2c
2 changed files with 6 additions and 1 deletions

5
.woodpecker.yaml Normal file
View File

@ -0,0 +1,5 @@
steps:
- name: build
image: hugomods/hugo
commands:
- hugo --minify

View File

@ -1,4 +1,4 @@
[`Laravel 10`](https://laravel.com/) implementation on `PHP 8.3` with extensive usage of last attributes support. The particularity of this framework is to give you almost of all you need for quickly develop any complex application. So minimal external packages need.
[`Laravel 11`](https://laravel.com/) implementation on `PHP 8.3` with extensive usage of last attributes support. The particularity of this framework is to give you almost of all you need for quickly develop any complex application. So minimal external packages need.
I obviously made usage of **Eloquent** as a very expressive **Active Record** ORM, and the Laravel factories system based on [PHP Faker](https://fakerphp.github.io/) is already perfect for dummy data generator.