Collection of 7 posts

Laravel

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
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
Laravel

Laravel Jetstream, redirect users after login

Laravel Jetstream is an application starter kit beautifully designed using Tailwind CSS. It can be extended using two available front-end stacks, Laravel Livewire + Blade or Inertia + Vue. My preference is Laravel Livewire + Blade.

Ish Sookun

1 min read
Laravel

Laravel, how to fetch records created within the month?

This post is about Laravel database queries and date format using Carbon, a PHP API extension for DateTime.

Ish Sookun

1 min read