© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Siegert Naber
Hi there, I got an error when running php artisan migrate.
php artisan migrate
It turns out I had to add one line to app\Providers\AppServiceProvider:
app\Providers\AppServiceProvider
use Illuminate\Support\Str;
Codivores
Hi Siegert Naber, I suppose you cloned the GitHub repository? But I'm not sure which branch you used, as the main branch already has this use: github.com/Codivores/tutorial-laravel-twill-inert…
use
Siegert Naber But indeed, we forgot to mention adding it in the article; it has now been updated. Sorry about that!
Codivores I just followed the articles, coded along and found out that way. After that I cloned the Github repository :)