دنبال یادگیری کدوم تکنولوژی هستی؟
با استفاده ویدیو های laracasts تکنولوژی دلخواهتون رو به صورت کامل یاد بگیرید.
PHP 8 Crash Course
It's hard to believe, but PHP 8 is right around the corner. As part of this new release, not only will you benefit from performance improvements
نمایشBilling With Laravel Cashier
This series is all about the little projects you build once you're off the clock. One topic per section, we'll toy with the fringes of PHP to, for example, blink our ...
نمایشPlaying With PHP
This series is all about the little projects you build once you're off the clock. One topic per section, we'll toy with the fringes of PHP to, for example, blink our lights ...
نمایشSpam Prevention Techniques
If you are lucky enough to build a popular community, then your reward is a never-ending onslaught of spam. It's a simple reality; there's no getting around it.
نمایشLearn Laravel Scout
Laravel Scout is a powerful, full-text search package for your Eloquent models. Follow the basic setup instructions, and within minutes you'll be triggering
نمایشMultitenancy in Practice
In this series, I'll show you how to build a single-database, multi-tenant application in Laravel. Together, we'll construct our application in such a way as to ensure ...
نمایشآموزش Laravel Horizon
Laravel Horizon provides a beautiful dashboard and code-driven configuration for Redis queues in Laravel. In this short series, I'll get you up and running in no time.
نمایشRefactoring Workshops
This series is exclusively focused on the art of refactoring code. Make a small change, run the tests, and then make another small change. Each episode provides ...
نمایشایجاد یک سیستم بازی ویدئویی
In this series, we'll build a video game app that pulls data from the IGDB API and displays game information such as popular titles, coming soon, videos, and screenshots
نمایشCSS Quirks and Pitfalls
While it's fun to see a car designed entirely with CSS from a single div, the day-to-day reality for a typical CSS designer is far less glamorous. Often, you'll lose hours upon hours ...
نمایشLearn Telescope
Laravel Telescope is an elegant debug assistant for Laravel. It provides insight on things like requests, exceptions, database queries, and so much more. In this short mini-series, I'll tell you everything you need to know.
نمایشآموزش Socialite
Socialite provides you with a simple and convenient way to authenticate with OAuth providers like Facebook, Twitter, and GitHub. In this mini-series, I'll show you exactly how to use it in your own projects.
نمایشLivewire Basics
Livewire has quickly become one of the most popular package for building Laravel applications. It allows you to create dynamic components within PHP, which often results in allowing ...
نمایشOpen-Closed Workshop
In this workshop, we'll focus exclusively on the open-closed principle (the O in SOLID). Using real-life code, line by line, we'll refactor a confusing class into something far ...
نمایشامکانات جدید Laravel 8
Laravel 8 is nearly here! This release includes brand new application scaffolding, class-based model factories, migration squashing, time traveling, and so much more.
نمایشTailwind CSS Rebuilds: GitHub
One of the best ways to improve your CSS is by rebuilding existing UIs. You’ll notice common patterns that occur and the best way to handle them. In this first entry, we'll focus on the GitHub UI.
نمایشلاراول در سطح متوسط
Made your way through Laravel 5 Fundamentals yet? Nice job! It's time to dig a bit deeper. In this series, not only will we review higher level featur...
نمایشالگوهای طراحی در PHP
A design pattern is a common solution to a common problem. Nothing more, nothing less. And, while some of these approaches might seem foreign or overw...
نمایشآموزش پیشرفته ی Eloquent
Sure, you've learned the essentials of using Eloquent in your applications, but do you really understand what's going on under the hood? Well, that's...
نمایشآموزش React
While Laracasts is dedicated to PHP and Laravel, the reality is that most of us need to write JavaScript daily as well. In this series, we'll learn ab...
نمایشساخت لاراکست
While many courses at Laracasts focus on the workflow of building something entirely from scratch, this one is a bit different. Come along as I work o...
نمایشکاتا کدنویسی با PHPUnit
If martial artists use kata as a method for exercise and practice, what might be the equivalent for coders like us? Coding katas are short, repeatable...
نمایشبخش مهمان ها
The programming world is far too big for one person. With that in mind, for this series, I've invited a number of special guests to teach you what the...
نمایشآموزش AlpineJS
Ever wonder how a front-end framework works under the hood? In this series, I (the creator of AlpineJS) will walk
نمایشراهنمای کامپوننت های Blade
As part of the Laravel 7 release, we gained access to supercharged Blade components. What's exciting about this is the fact that it can fundamentally change how you go about constructing the view layer of your applications. In this series
نمایشاصول SOLID در PHP
SOLID represents a series of guidelines that developers can use to, if done well, simplify and clarify their code. While certainly not laws, understanding these concepts will make you a better developer.
نمایشتست Jargon
There's no two ways about it: terminology in the testing world is incredibly overwhelming. Let's fix that! Bit by bit, we'll break all of these confus...
نمایشساخت برنامه های خط فرمان
In this series, we'll learn how how to build command-line apps from scratch, using Symfony's excellent console component. In no time, you'll be whippi...
نمایش