Tag: php (5 posts)

🇺🇸
Laravel Livewire: Reload same page after some event and time

Laravel Livewire: Reload same page after some event and time

Using a simple Javascript trick
#laravel#php#livewire#javascript#blade
Laravel Facades and Mockery, testing chained methods

Laravel Facades and Mockery, testing chained methods

Using the power of Mockery
#laravel#php#testing#mockery#phpunit
How to solve Laravel Dusk 500 session error

How to solve Laravel Dusk 500 session error

An issue between Laravel Dusk and your browser version
#laravel#php#dusk#testing#phpunit
Why I moved my blog from WordPress to Gatsby? (8 reasons as a developer)

Why I moved my blog from WordPress to Gatsby? (8 reasons as a developer)

8 reasons as developer
#wordpress#typescript#gatsby#javascript#php#mdx
Laravel - Update only blank/empty fields in models

Laravel - Update only blank/empty fields in models

I was looking if there was a function to make a paginator for myself using Sequelize with Typescript. I found a lot of tutorials that teach you how to calculate the offset and the number of pages.
#laravel#php#eloquent