|
Hey hey, From my LaravelDaily.com"Expression #1 of SELECT list is not in GROUP BY": Two Fixes in Laravel
laraveldaily.com
When grouping MySQL results, have you ever seen this error: "Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column..."? In this tutorial, I will show you two ways how to handle it in Laravel. From my Youtube Channel[02/11] Laravel Travel API: Public Endpoint with Pagination and Tests
www.youtube.com
We start/continue our course about Laravel Travel API. Today we're talking about our first public API endpoint of travels list, with pagination. [03/11] Laravel Travel API: Public Endpoint for Tours with Tests
www.youtube.com
Today we're talking about our second public API endpoint of tours list, with PHPUnit tests. [04/11] Laravel Travel API: Tours Filtering and Ordering
www.youtube.com
Today we're adding the filtering and sorting to the tours API endpoint, validating parameters and adding tests. [05/11] Laravel Travel API: Artisan Command to Create Users
www.youtube.com
Today we're creating an Artisan command to create new users. [06/11] Laravel Travel API: Admin Endpoint to Create Travel
www.youtube.com
Today we're creating an endpoint to create Travel records. [07/11] Laravel Travel API: Admin Endpoint to Create Tour
www.youtube.com
Today we're working on the endpoint to create Tours. I Don't Need PHP To Be Cool
www.youtube.com
I wanna talk about the wave of tweets that PHP is cool again, and why it is wrong, in my opinion. From Laravel CommunityDeploy Laravel applications fast and cheap
www.youtube.com
In this 9 minute video, I'll show you five different cheap and fast methods for deploying Laravel applications. These range from basic shared hosting and VMs up to serverless platforms like Lambda and Vapor. Most have a free tier or start out at $5 per month or less! Set up Laravel projects like a GOAT [Free course: Great Laravel Apps #1]
www.youtube.com
Hi there! Setting Up a Laravel Application on EC2 Instance Using Operative Bash | Step-by-Step Tutorial
www.youtube.com
Operative Bash Github - https://github.com/setkyar/operative-bash/tree/master
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Thoughts on proposed new "Thin Skeleton" in Laravel 11.x
www.reddit.com
Interested to hear some thoughts on the new proposed structure for the base laravel/laravel project that Taylor is working on. Personally I view things under the bootstrap folder, the public/index. Punchcard: Object Configs for Laravel
laravel-news.com
Punchcard is a lazy and strict way to configure your Laravel projects. Learn how to get type-hinting in Laravel configuration. Lifecycle hooks in Laravel - How to build them, and why you'd want to
laravel-news.com
We, as programmers, have to be particularly adept at breaking large, complicated problems down into smaller, easier-to-manage chunks. Define Casts in a Query
laravel-news.com
Learn how to define Eloquent casts at query time, giving you the power of SQL with types provided by casts. Working with third party services in laravel
laravel-news.com
So a little over two years ago, I wrote a tutorial on how you should work with third-party services in Laravel. To this day, it is the most visited page on my website. However, things have changed over the last two years, and I decided to approach this topic again. Laravel Application Synchronization with Redis
roundly-consulting.com
Redis, a powerful in-memory data structure store, can be seamlessly integrated with Laravel applications to enhance their performance and enable efficient synchronization between multiple applications. tpetry/laravel-mysql-explain
github.com
MySQL Query optimization with the EXPLAIN command is unnecessarily complicated: The output contains a lot of cryptic information that is incomprehensible or entirely misleading. This Larvel package collects many query metrics that will be sent to explainmysql. Effortless Email Archiving: Saving Sent Emails on Server with Laravel IMAP
dev.to
Hello, Sending emails with Laravel is really one of the easiest things to do. For example, sending password resets, or account activation, but sometimes, you want to send emails to your users and leave a trail for that. Nested Checkboxes on Laravel Livewire
medium.com
Have you ever come across a problem when you have checkboxes and that checkboxes let you filter a category for your product, but it is nested, like above? How to auto format Blade Code in PHPStorm
janostlund.com
In the world of web development, ensuring that your code is clean, tidy, and readable is an important part of the process. This is where code formatters like Prettier come into play. Generate Laravel migrations from an existing database
leopoletto.com
One of the common challenges when migrating a legacy PHP application to Laravel is creating database migrations based on the existing database. Depending on the size of the database, it can become an exhausting task. Advanced Laravel
www.linkedin.com
Share what you’ve learned, and be a standout professional in your desired industry with a certificate showcasing your knowledge gained from the course. Logging in Laravel
zaengle.com
As the projects I work on have grown, I realized that it’s impossible for me to grasp all of what is going on in the application at once. I don’t have enough RAM! As a result, I’ve been forced to leave myself breadcrumbs to keep me oriented. Validation Error Messages in Laravel: Customizing and Localizing Feedback
dev.to
Laravel's validation features are powerful and flexible. Not only do they help in ensuring that the data you are receiving is in the correct format, but they also provide an intuitive way to inform users about any input errors they may have made. That's it for this week, see you in the next newsletter issue! |