From idea to MVP at lightning speed. Build Laravel apps faster with AI & low-code. 🚀 #Laravel #MVP

Joined April 2025
Photos and videos
29 May 2025
Ah, #LaravelDaily to the rescue! A starter kit based on Blade only, excellent for those apps that really don't need the complexity Vue, React, or even Livewire bring. #Laravel
NEW: Laravel 12 starter kit from Laravel Daily! I saw many people wanted a starter kit *with just Blade*. Say no more! laravel new --using=laraveldaily/starter-kit Features: - Functionality like Laravel Breeze but with different layout - left sidebar and colors, more like AdminLTE/CoreUI - Three-level menu - Blade components you can reuse and customize - No Vue/Livewire/React, just minimal Alpine where necessary This was actually an internal need: I wanted such starter kit for our demos, to not overwhelm the audience explaining Vue/React/Livewire with official starter kits. Will shoot a demo video with CRUD project next week. GitHub: github.com/LaravelDaily/star… It's early version, so let me know here or on GitHub if you have any issues.
39
28 May 2025
And so looking forward to it!
Nightwatch soon. 🦹
8
28 May 2025
It looks like the pipe operator ( |> ) is coming to #PHP! Looking forward to see it used in #Laravel applications! reddit.com/r/PHP/comments/1k…
12
28 May 2025
Now this looks like an interesting package if you need to perform some more complicated operations on your media files! #Laravel #PHP
Larupload is a file uploader for Laravel, offering many useful features including resizing, cropping, and optimizing images & videos 👀 - madewithlaravel.com/laruploa…
11
28 May 2025
How to use the throttle middleware to prevent unwelcome guests from trying to log in multiple times in a row (unless they change their email or ip) #Laravel #PHP
Laravel tip. Protect your app from spammers in the registration. Side benefit: if you send emails on registration, you avoid email queue flooding and extra bills from email provider. After reaching the limit, users/bots would get the error "429 Too Many Requests".
21
27 May 2025
A package worth checking out!
Using the LaraCache package, you can cache your heavy and most used queries ⚙️ - madewithlaravel.com/laracach…
8
27 May 2025
Great tip from @OussamaMater: you can make your code more readable with Laravel's wrappers for status codes! #Laravel #PHP
Laravel Tip 💡: HTTP Response Status Helpers When making API requests, you often need to check the response status code. While you can do this manually, Laravel provides wrappers for almost all status codes, which you can use for elegant and readable checks 🚀 #laravel
1
56
27 May 2025
Very useful tip!
Laravel Tips 💡 1️⃣ Use safe() to cleanly extract only the validated data you need. It helps avoid manual filtering and keeps your code tidy.
1
2
4
79
Hatthi retweeted
#Laravel Tip Did you know about... `whereAny()` method that can search multiple columns using `OR` logic.👇
2
14
165
7,952
26 May 2025
Yes, #Laravel provides such a beautiful and elegant way to save the current date and time in a db field!
Laravel tip. Eloquent method `touch()` assigns the current timestamp to whatever field you provide. If you don't provide any field, it updates the `updated_at`. Link to the source: github.com/laravel/framework…
6
22 May 2025
This solution has limitations when it comes to using Octane, but it's a good starting point to ensure that you only have one model instance at a time for a certain DB record: ollieread.com/articles/a-min…
6
Hatthi retweeted
Laravel Tips 💡 1️⃣ Use isDirty() before saving to prevent unnecessary database writes. Combine getOriginal() with wasChanged() for precise audit logging. getChanges() is handy for debugging or event-driven change tracking.
3
21
77
4,321
22 May 2025
A very useful package when you want to keep track of sent emails! #Laravel #PHP
Laravel Mails by @Vormkracht10 lets you track all the mails that have been sent by your app ✉️ - madewithlaravel.com/laravel-…
17
21 May 2025
A very powerful and convenient to use package for email obfuscation #Laravel #PHP #Muddle
Muddle by @mskhosh uses different strategies to obfuscate emails in your apps to make sure bots don't find & scrape them ✉️ - madewithlaravel.com/muddle
16