
Raziul Islam βοΈ π§π©
@raziuldev
Followers
99
Following
1K
Media
85
Statuses
1K
π Experienced Laravel Developer with a passion for creating powerful, user-friendly web applications.
Bangladesh
Joined May 2013
RT @Akr4mKhan: Option B: #Laravel Tips π‘. 1οΈβ£ Use cursor() for streaming massive datasets row by row with virtually zero memory usage β eveβ¦.
0
11
0
Laravel's configuration is elegant and powerful. All config files live in the `config` directory, and they're automatically loaded. π‘Tip: Use the env() helper only inside config files β not in your app logic. #LaravelTips #CleanCode #Laravel #PHP
0
0
0
The directory structure of @laravelphp 12 remains elegant and familiar:. app/: Core logic.routes/: Web, API, console.resources/: Views, assets.tests/: Powered by Pest by default!. More posts coming as I continue reading the docs. #LaravelDev #CodeQuality #PHP #Laravel12.
0
0
0
Creating a new @laravelphp project is easy, All you need is this command:. `composer create-project laravel/laravel my-project`.Or using laravel installer:.`laravel new my-project`. #LaravelTips #Laravel12 #PHP #WebDevelopment.
0
1
0
I've decided to read the laravel docs from start to end. π. #Laravel is a #PHP framework with an elegant syntax that focuses on developer experience. Key features:.β
Dependency Injection.β
Database Abstraction.β
Queues & Scheduled Jobs.β
Integrated Testing. #WebDevelopment.
0
0
1
RT @simonswiss: How did I only JUST find out about the CSS Overview tab in Chrome devtools?!. It's like the "CSS Stats" website βΒ gives youβ¦.
0
36
0
RT @AshAllenDesign: As of Laravel 12.18, you can use the new "UsePolicy" attribute to explicitly define the policy that should be used forβ¦.
0
17
0
Automated testing is one of the best thing happened to programming industry β€οΈπ₯. #code #programming #testing.
1
0
1
RT @kamilwojtalak: Laravel performance tip! .Use INT Enums. Here's why:. Enums were introduced in PHP 8.1. Many developers store enum valuβ¦.
0
8
0
RT @kamilwojtalak: Boost Laravel Performance: .My Query Runs 30s Faster!. I replaced `whereNotIn()` with `leftJoin()`.- and my query ran 30β¦.
0
51
0
RT @taylorotwell: This week we are shipping a much cleaner way to use Laravel Echo with React and Vue. π‘.
0
28
0
RT @MasteringNuxt: It may seem like a small thing, but auto-imports in @nuxt_js 3 make the whole developer experience so much nicer. Any cβ¦.
0
2
0
RT @jeffrey_way: Even if this isn't immediately necessary, I've found it very helpful to place all prompts within an App/Prompts folder.β¦.
0
4
0
RT @PovilasKorop: Laravel tip about Eloquent relationship. You can add conditions to a relationship to both filter the query AND add defauβ¦.
0
12
0
RT @laracasts: If you can create macros to make your code more intuitive, definitely do that! π. // Newton
0
11
0
RT @taylorotwell: Today's Laravel release allows you to map Eloquent attributes using the collection cast into a specific object. π§ . Thanksβ¦.
0
46
0
RT @PovilasKorop: Laravel tip. #practicalLaravelDocs. New in Laravel 12: skip the `new Resource()` or `Resource::collection()` calls. Useβ¦.
0
10
0