PHP Unit Test Explorer With Laravel Sail

Image
What is PHP Unit Test Explorer Before we discuss in deep, i want to explain the standard definition. PHP Unit Test Explorer is one of extensions in visual studio code. You can search in extension menu and install it.  After installed, you can find it on sidebar. It has test tube icon. Laravel Sail Laravel sail is one of laravel tools for easy and consistent development. Under the hood, it uses docker and docker compose. One advantage using sail is we don't need to setup bunch of php and web server configuration. It was already handled by sail. We just need to run docker compose command or via sail command. You can learn more detail about how sail works in Laravel documentation here . What if we want to implement TDD in Laravel? As developer, we need to make sure our code run well. So, we need to test it by implementing TDD. Luckily, Laravel support TDD by default. You can run artisan command to generate test file. In the newest version, Laravel supports phpunit and pest configurati...

Interaksi Network dan Security Lebih Dalam

Bulan ini, Seperti yang saya jadwalkan, Saya akan mendalami tentang Network dan Security. Untuk konsep dasar, saya sudah sedikit paham melalui pengaplikasian pada beberapa bahasa pemrograman. Sementara untuk konsep Security, saya belum sepenuhnya paham.

Namun, saya terkendala dengan beberapa tanggung jawab yang harus segera diselesaikan. diantaranya mengajar CMS seorang siswa saya untuk persiapan lomba dan juga mendesign front end web berbasis wordpress perusahaan travel tempat saya magang setahun yang lalu.

Semoga saya bisa fokus untuk mendalaminya.


Comments

Popular posts from this blog

PHP Unit Test Explorer With Laravel Sail

Perjalanan Mengenal Coding 1

Berkomunitas, membuat Anda menjadi pantas?