Laravel use findOrFail for configuration
In laravel, you have a config/foo.php config file like this. Today, I will show you how to use findOrFail for configuration in Laravel.
In laravel, you have a config/foo.php config file like this. Today, I will show you how to use findOrFail for configuration in Laravel.
In this snippet, I will show you how to transfer files from server to local via SSH.
If you get Laravel 11 SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_0900_ai_ci' error, then this is how you can fix the issue.
In this filamentphp snippet, I will show you how to filter records based on some condition and display in the list record.
In this filamentphp snippet, I will show you how can you ignore unique() rule during editing existing entries.
In this article, I will show you Filamentphp testing with Pest Call to undefined function Pest\Livewire\livewire for you.
If you are using fish terminal and you are z plugin, this post may help you.
If you're using the Fish shell (`/usr/local/bin/fish`) on your Mac, you need to source the Fish configuration file to update the environment variables.
In Bash, you can use the `date` command to format dates and times in a variety of ways. Here are some common format codes that you can use with the `date` command
If we have a new machine and need to set up the development environment, you might need a few hours to set up. However, I personally use a script that can help me to set up a new machine within an hour.