My first Twill module
Updated version for Laravel 10 / Twill 3 on Apr 14, 2023
In this article, we will see the creation and customization of a first content module.
Module creation
In Twill terminology, a Module represents all the files needed to manage a content type: ...
tech.codivores.com11 min read
Siegert Naber
Hi there, I got an error when running
php artisan migrate.It turns out I had to add one line to
app\Providers\AppServiceProvider:use Illuminate\Support\Str;