- Image
-
- Categories
-
laravel
- Content
-
This is some collection nice articles about laravel framework
Feature
- Working with Markdown in PHP
- Adding Social Logins to Your Laravel Apps: Twitter and GitHub
- Setting Up Tailwind CSS in Laravel
- The Clean Coder's Guide to Laravel FREE 70 Page PDF
- Laravel Pipelines: Transforming Your Code into a Flow of Efficiency
- A Guide to Using Websockets in Laravel
- Laravel: Implementing Feature Flags
- How to Get Currency Exchange Rates in Laravel
- How to Get the Logged In User in Laravel
Tips
- How to Create Short URLs in Laravel
- How to Validate Your Laravel App's Config
- 20 Useful Laravel Tips
- How to Force Eager Loading and Prevent N+1 Issues in Laravel
- Using Database Transactions to Write Safer Laravel Code
- 6 Quick & Easy Ways to Speed Up Your Laravel Website
- Zero Downtime deployment for laravel in Github Action
- File Based Routing Inertia
- Securing Laravel
- Test Junior Laravel Developer
Package
- Standard API Responses With Laravel Responsables
- Type Safe Package for PHP
- How to Add Breadcrumbs to Your Laravel Website
- Laravel Package Development with Local Composer Dependencies
- 5 Lessons I Learned from Building My Own Laravel Package
- From MySQL to Typesense: Blazing-Fast Full-Text Search in Laravel
Security
PHP
- The Difference Between self::, static::, and parent:: in PHP
- Interfaces vs Abstract Classes in PHP
- Advanced Laravel: Contracts and Implementations
-
Using
declare(strict_types=1)
for More Robust PHP Code - All the ways to handle null values in PHP
- A practical example of using Fibers in PHP
- PHP Microservices Fault Tolerance