Tag: laravel
One of the changes in Laravel 8 was
the overhaul of the model factories
which led to
factories being namespaced.
Seeders are also affected in the same way, but this is a different topic
for now.
Now I did not paid enough attention to grasp why such change was introduced
or even n…
I've made a macro for the Illuminate\Testing\TestResponse class that I
put into the TestCase.php file which is
a part of pingcrm-svelte.
I currently use this short macro in basically all HTTP tests for Inertia
related endpoints in Laravel, so unless I am doing something wrong, it…
InertiaJS is a really impressive approach to building fullstack web
applications. I've probably first heard about it in the Javascript Jabber
from devchat.tv in
episode 443.
Adopting it was really straightforward as I had previous experiences with
Laravel, TailwindCSS and Svelte …
I am spoiled by the many test watchers from the javascript world that do
all the file change watching and polling on your behalf, to rerun the tests
the moment you save a particular file. This feature usually comes out of
the box, especially with the more complex tools like Jest …
Installing Laravel Breeze following its documentation yesterday made a
sudden turn downwards, as I did not expect that to happen in the Laravel
ecosystem. However, the problem is connected to the javascript and npm side
of the coin, where hoping for the best and expecting the wor…