دنبال یادگیری کدوم تکنولوژی هستی؟
با استفاده ویدیو های laracasts تکنولوژی دلخواهتون رو به صورت کامل یاد بگیرید.
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 ...
نمایشModals with the TALL Stack
For such a simple concept, modals can often be tricky to implement. Where exactly do we place them? Where should the event listeners to toggle their display be stored?
نمایشHow to Read Code: Season 2
It's time for a new entry in our "How to Read Code" series. This season, we'll dive into the Laravel Breeze source code, taking every opportunity to ...
نمایشPull Up a Seat: Season 1
Real-life programming isn't always glamorous. You're not always launching fancy new interactive features backed by weeks of marketing and hype ...
نمایشPHP Testing Jargon
There's no two ways about it: terminology in the testing world is incredibly overwhelming. Mocks, stubs, and dummies oh my!
نمایشLaravel Authentication (Breeze, Jetstream, and Fortify)
Laravel offers several options for Authentication in your applications. If you'd prefer a head start, you might reach for one of the available ...
نمایشSet Up a Mac for Development From Scratch
As web developers, we use a wealth of software and tools to get our work done. Some are obvious, such as code editors,
نمایشتشریح لاراول
In this series, for each episode, I'll answer one Laravel-related question that has cropped up in the Laracasts community. Who knows, maybe your ques...
نمایشامکانات جدید 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.
نمایش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 ...
نمایشBrowser Testing With Laravel Dusk
Laravel Dusk provides an expressive testing API and browser automation for your apps. In terms of testing, it provides the closest thing to an actual user ...
نمایش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
نمایش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 ...
نمایش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...
نمایش