Jeffrey Way(@jeffrey_way) 's Twitter Profile Photo

I've been working on this free '30 Days to Learn Laravel' course for about a month now. Getting close to wrapping it up!

Today, Day 25, learn why understanding queues is much simpler than you think.

laracasts.com/series/30-days…

account_circle
Aniket Magadum(@magadum_aniket) 's Twitter Profile Photo

Hey Laravel Developers 👩‍💻

Models in Laravel are hydrated as and when we set attributes on them.

But sometimes we might want some attributes to be set on the model by default, in case they are not provided by the developer.

In that case, we can override the $attributes…

Hey Laravel Developers 👩‍💻

Models in Laravel are hydrated as and when we set attributes on them.

But sometimes we might want some attributes to be set on the model by default, in case they are not provided by the developer.

In that case, we can override the $attributes…
account_circle
Backpack for Laravel(@laravelbackpack) 's Twitter Profile Photo

Tip

The eloquent's method `orderByRaw()` lets us simply pass a raw query to order the results.
For example, sorting by the difference between two columns.

#Laravel Tip

The eloquent's method `orderByRaw()` lets us simply pass a raw query to order the results.
For example, sorting by the difference between two columns.
account_circle
Zep Fietje(@zepfietje) 's Twitter Profile Photo

So excited it’s going to happen. 😱

Whizzy will launch next week! 🚀

Ready to build Laravel and Filament 🦒 apps in seconds? 🔥

So excited it’s going to happen. 😱

Whizzy will launch next week! 🚀

Ready to build Laravel and @filamentphp apps in seconds? 🔥
account_circle
Raj KB(@rajkbnp) 's Twitter Profile Photo

8️⃣ Clean Code Series: Functions📒🧑💻

☑️ Don't use a Singleton pattern

'Singleton is an anti-pattern'

🐘

8️⃣ Clean Code Series: Functions📒🧑💻

☑️ Don't use a Singleton pattern

'Singleton is an anti-pattern'

🐘 #PHP #Laravel #Symfony
account_circle
Newton Job(@_newtonjob) 's Twitter Profile Photo

The whereAny() method was recently added to ^10.x, to apply the same query constraints to multiple columns.

But, did you know you can apply totally different constraints? 👇

The whereAny() method was recently added to #Laravel ^10.x, to apply the same query constraints to multiple columns.

But, did you know you can apply totally different constraints? 👇
account_circle
Laravel Kozhikkode Community(@laravel_kkd) 's Twitter Profile Photo

'🎉 Exciting News! 🎉

Our community is evolving! We're now officially 'Laravel Kozhikkode'!

This change reflects our dedication to serving the Kozhikkode region better and welcome new cities across Kerala!

Stay tuned for more updates...

'🎉 Exciting News! 🎉

Our community is evolving! We're now officially 'Laravel Kozhikkode'! 

This change reflects our dedication to serving the Kozhikkode region better and welcome new cities across Kerala! 

Stay tuned for more updates...
account_circle
Aniket Magadum(@magadum_aniket) 's Twitter Profile Photo

Hey Laravel Developers 👩‍💻

Sometimes while working with Models in Laravel you may observe that we are performing certain modifications to the collections after the query is executed.

This code may be repeated at multiple places which does not obey the principle of DRY (Don't…

Hey Laravel Developers 👩‍💻

Sometimes while working with Models in Laravel you may observe that we are performing certain modifications to the collections after the query is executed. 

This code may be repeated at multiple places which does not obey the principle of DRY (Don't…
account_circle
i. burak demirtaş 🐘(@izniburak) 's Twitter Profile Photo

her dilin en popüler olan bir frameworkü var ama galiba Laravel denediğim/kullandığım en iyi framework. ürün geliştirmek o kadar kolay bir hale geldi ki, bazen şaşkınlığımı gizleyemiyorum. bu kadar efektif ve ekosistemi güçlü başka bir fullstack framework var mı, bilemiyorum 🤔

account_circle
Newton Job(@_newtonjob) 's Twitter Profile Photo

💡Ever wanted to control what/how database notification fields are inserted into the database?

Extend the default DatabaseChannel, override the `buildPayload()` method, then, bind your version to the container.👌

💡Ever wanted to control what/how database notification fields are inserted into the database?

Extend the default DatabaseChannel, override the `buildPayload()` method, then, bind your version to the container.👌

#Laravel
account_circle
Emre Hızlı(@hizliemre26) 's Twitter Profile Photo

Maaşı beğenirsiniz beğenmezsiniz bilmem ama iş ilanında maaş aralığını açık şekilde belirten ilanları Türk firmalarında görmek olumlu bir adım. linkedin.com/jobs/view/3906…

account_circle
Aniket Magadum(@magadum_aniket) 's Twitter Profile Photo

Hey Laravel Developers 👩‍💻

While making comparisons for matching if any two models are equal or not, always make use of the is() and isNot() methods in the model class instead of using comparisons along with the ID of the model

Using this approach has the following benefits…

Hey Laravel Developers 👩‍💻

While making comparisons for matching if any two models are equal or not, always make use of the is() and isNot() methods in the model class instead of using comparisons along with the ID of the model

Using this approach has the following benefits…
account_circle
OussamaMater(@OussamaMater) 's Twitter Profile Photo

Laravel Tip💡: The 'whenFilled' Method

We often test whether or not a request parameter is filled to decide to perform logic. Laravel ships with a cool helper called 'whenFilled' to do just that! 🚀

Laravel Tip💡:  The 'whenFilled' Method

We often test whether or not a request parameter is filled to decide to perform logic. Laravel ships with a cool helper called 'whenFilled' to do just that! 🚀

#laravel
account_circle
Newton Job(@_newtonjob) 's Twitter Profile Photo

💡 tip for working with factories.

If you want to create exactly the same number of records as every state in a sequence, use the forEachSequence() method.

💡#Laravel tip for working with factories.

If you want to create exactly the same number of records as every state in a sequence, use the forEachSequence() method.
account_circle
Kamil Ruczyński 🚀(@Sarvendev) 's Twitter Profile Photo

I just wanted to propose some changes to Laravel's container, and it seems that for every new PR to Laravel, you immediately receive a message like the following, and PR is closed.

Taylor Otwell ☁️ Dries Vints could you explain why?

I just wanted to propose some changes to Laravel's container, and it seems that for every new PR to Laravel, you immediately receive a message like the following, and PR is closed.

@taylorotwell @driesvints could you explain why?

#PHP #laravel
account_circle