A day with Laravel - #028
News from the Laravel ecosystem on 23/09/13 : 💀 Package Skeleton CLI, 🆕 Laravel Release Day, 🎥 How to Validate Timeslots Before/After in Laravel?, 📖 Laravel Code Tips, 📦 Laravel Rest Api
Hey LaraDevs 👋,
I am proud to present a new "A Day with Laravel" issue.
If you think of a resource that could be useful for the Laravel dev community, let me know in a comment or DM on Twitter (HappyToDev)
The objective of this newsletter?
🎯 To deliver to you daily, or almost daily*, the recent or important resources (videos, articles, GitHub repos, packages, tutorials, ...) that I could find on Laravel and its ecosystem.
This is a quick content of a few links to feed your watch on Laravel and its ecosystem daily.
* Or almost: why?
Simply because I'm the only one to manage this newsletter and "Quoi de neuf les devs? 🇫🇷" Depending on my availability and obligations, it is possible that this newsletter is not daily.
I need your support 🙏
My mission with this newsletter at 🇬🇧 and 🇫🇷 is to help you by bringing you as much value as possible, and I really like that.
If you want to support me to encourage me to keep up, please consider helping me by making a one-off or recurring donation starting at €2 by clicking on the image below or via this link.
To help me 👇
A free alternative to support me?
Of course, just subscribe below 👇
For whom?
For whom?
For Laravel devs, you guessed it.
Subscribe to not miss the next issues and receive them directly in your email box!
PS : tu préfères la version Française, clique sur le drapeau tricolore
👉 🇫🇷
Meaning of emojis used in titles
📖 Article
💡 Tip
🆕 News / Update
📦 Package
🐦 Tweet / Xeet
🎥 Video
📦 💀 Package Skeleton CLI
In just a few simple steps, you'll have your package skeleton ready for your code.
Step 1
git clone https://github.com/cjmellor/skeleton my-package
Step 2
cd my-package
Step 3
composer install
Step 4
php build
Then it's up to you to answer the questions. Once you've finished, it's time to code!
🆕 Laravel Ecosystem Update
As every week, it was @driesvints who announced this week's Release Day:
Battle Ready Laravel by Ash Allen
The link below is an affiliate link, it means that if you buy this book, I will get a small commission. If you don't want to help me, just search "Battle Ready Laravel" on your favourite search engine ;-)
The ultimate guide to auditing, testing, fixing and improving your Laravel applications so you can build better apps faster and with more confidence.
You can try by reading a free chapter 👇
🎥 How to Validate Timeslots Before/After in Laravel?
Povilas (@DailyLaravel) shows you how to validate forms with times so that the start time of a slot is no later than the end time and vice versa.
📖 Laravel Code Tips
I think you should bookmark this link as one of your favourites for Laravel. The site is full of tips about Laravel and you can also follow the associated Twitter account.
Smousss
The link below is an affiliate link, it means that if you buy this book, I will get a small commission. If you don't want to help me, just search "Battle Ready Laravel" on your favourite search engine ;-)
What if you entrusted your tedious #Laravel tasks to Smousss?
For example :
- making your project translatable ( __() )
- migrate from PHPUnit to PEST2
- generate missing migrations
- and more
It's all possible with Smousss and AI.
📦 Laravel Rest Api
If you need to quickly generate Rest APIs for your Laravel application, this package could be the solution.
It seems pretty complete, well documented and efficient.
This newsletter with its short format is yours, come and tell me what you think in the comments 👇
See you soon for the next issue.
If you haven't already done so, subscribe!