دنبال یادگیری کدوم تکنولوژی هستی؟
با استفاده ویدیو های laracasts تکنولوژی دلخواهتون رو به صورت کامل یاد بگیرید.
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
نمایش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 ...
نمایش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...
نمایشیکپارچه سازی لاراول و Cypress
Cypress is a fantastic end-to-end testing framework. In this series, we'll learn, not just the ins and outs of Cypress
نمایشStatic Site Generators
A static site is often the ideal choice for certain types of projects. Common use cases might be portfolios, blogs, or documentation sites.
نمایشAlpine.js Essentials
Alpine.js is a relatively new JavaScript framework for defining behavior directly in your markup. While similar to frameworks like Angular and Vue
نمایشبررسی کارهای انجام شده
Most of the lessons here at Laracasts boil down to rehearsed presentations. The reality, however, is that we all spend a lot of time tinkering, visiti...
نمایشکار با PHPStorm
Think about how many hours each week you spend within your editor. Doesn't it make sense to unlock every inch of its capabilities? I certainly subscri...
نمایشایجاد اپلیکیشن کنترل انبار
In this series, we'll build a command line application to track the availability of in-demand products across any number of retailers.
نمایشموارد جدید PHP نسخه 7.4
PHP 7.4 was released on November 28th, 2019 and includes a variety of improvements and new features, including arrow functions, typed properties..
نمایش