Collection of 11 posts

Laravel

Laravel

Laravel Moris March Meetup

Recently, the PHP community in Mauritius saw a revival thanks to the Laravel developers on the island. Laravel Moris has been active since a while now and the organisers are doing a great job at pulling together the PHP flock that has been working in silo for a long while.

Ish Sookun

5 min read
Laravel

Laravel Livewire table pagination scroll behaviour

The docs page for Livewire 3.x has a section for pagination. It mentions the default behaviours and how to change those. As per the docs, the default behaviour of the paginator is to scroll to the top of the page after every page change (which occurs when clicking the pagination buttons).

Ish Sookun

1 min read
DevFest

A summary of my presentation at DevFest Mauritius 2023, on PHP, SUSE Base Container Image and Google Kubernetes Engine

GDG DevFest Mauritius is the annual, community-led “Developers Festival” organized by GDG Mauritius (Google Developer Group). It’s a one‑day, multi-track event designed for developers and tech enthusiasts to dive into Google’s technology stack while connecting with peers in the local ecosystem.

Ish Sookun

10 min read
Laravel

Laravel discontinues official ties with certification platform

Laravel is an open source PHP framework created by Taylor Otwell. It is popular for creating web applications. Laravel has an elegant syntax and it very well documented.

Ish Sookun

1 min read
Kubernetes

Containers — why do we need multi-stage builds?

Docker is a platform designed to help developers build, share, and run modern applications. Docker Inc. was founded by Kamel Founadi, Solomon Hykes, and Sebastien Pahl in 2010. The company released Docker as an open-source software in 2013.

Ish Sookun

3 min read
Laravel

Laravel routes

Laravel is an open source PHP framework created by Taylor Otwell. It is popular for creating web applications. Laravel has an elegant syntax and it very well documented. I started experimenting with Laravel since last year and it's been a great journey so far.

Ish Sookun

1 min read
Laravel

Modify content of password reset email in Laravel Jetstream

Laravel Jetstream is an application starter kit beautifully designed using Tailwind CSS. It uses Fortify for authenticating users and has built-in features for user account registration, email verification, password resets etc.

Ish Sookun

1 min read
Laravel

How to redirect to a URL with query parameters?

Laravel helpers: the redirect() function returns a redirect HTTP response, or returns the redirector instance if called with no arguments:

Ish Sookun

1 min read
Laravel

Setup MailHog on openSUSE for development on Laravel

MailHog is an email testing tool that can be very handy in web development and it's very easy to set up. I am using it in my local set up with Laravel 9.

Ish Sookun

1 min read