Descriptions
In Depth Laravel, Unlock the full potential of Laravel 11 and take your coding skills to the next level with our in-depth course. Working in small chunks and having good deployment frequency is the way to progress faster in a team. You must need to know how to setup CI/CD pipeline in GitHub using GitHub actions for your laravel application. Writing code is challenging but deploying to server is a pain for most of the developers. In this course you will learn how to deploy laravel app using Laravel Forge andMezoHub. Writing test makes you a complete developer. We will use the Test Driven Development method to write tests for our API so that we can use these tests on our CI/CD pipeline. TALL stack is famous for the ease of making application with just PHP and nothing else. We will use it to create something cool again. We will work on 3 different projects with the technologies given below to give you all around development experience.
What you’ll learn
- We will create a real uptime monitoring SaaS product with Stripe subscription and real time update of site status using Websocket.
- We will understand how to setup Vue3, Websocket with InertiaJS and deploy project to laravel forge.
- We will create a newsletter subscription system just like MailChimp with React and Laravel API. and design with Tailwind CSS Matrial UI.
- We will setup a CI/CD with GitHub actions and run tests before deploying to server directly from GitHub action using MezoHub.
- We will understand how to use the Livewire component and how to use the Filament Dashboard.
Specificatoin of In Depth Laravel
- Publisher : InDepthLaravel
- Teacher : Sarthak Shrivastava
- Language : English
- Level : All Levels
- Number of Course : 236
- Duration : 35 hours and 46 minutes
Content of In Depth Laravel
1.-Course-Intro
2.-Thanks-to-Taylor
3.-How-to-get-most-out-of-this-course
4.-Module-Intro
5.-Intro-to-course
6.-create-new-laravel-10-project-12.25.34-PM
7.-Intro-to-route-and-blade-12.25.34-PM
8.-understand-composer-json-12.25.34-PM
9.-full-authentication-with-laravel-breeze-12.25.34-PM
10.-understand-the-migrations
11.-how-register-form-works
12.-what-is-mvc-pattern-in-laravel
13.-running-raw-sql-queries
14.-using-laravel-query-builder
15.-what-is-eloquent-orm
16.-accessor-mutator
17.-config-and-cache
18.-user-avatar-and-tinker
19.-mass-assignment
20.-avatar-form-and-routes
21.-method-spoofing-and-csrf-protection
22.-controller-and-redirect-session
23.-form-request-data
24.-image-storage
25.-storage-link-to-public
26.-Storage-facade
27.-Open-AI-PHP-Client.mp4
28.-Open-AI-Image-generation
29.-generate-ai-avatar
30.-login-with-GitHub
31.-login-with-GitHub-part-2
32.-create-migration-model-controller
33.-resource-route
34.-create-ticket
35.-store-ticket-with-file
36.-delete-model.mp4
37.-pass-view-variable
38.-route-model-binding
39.-edit-and-update-model
40.-admin-accessor
41.-request-except-rule-in
42.-laravel-notification
43.-has-many-relationship
44.-Client-Need
45.-deploy-to-mezohub-part-1.mp4
46.-deploy-to-mezohub-part-2
47.-deploy-to-mezohub-part-3
48.-Module-2-Intro
49.-Setup-Server-Side.mp4
50.-Client-Server-Side
51.-How-Inertia-Works
52.-Link-Components
53.-Active-Link
54.-Need-of-Layout
55.-Default-Layout
56.-Tailwindcss-stlying
57.-Props-and-Migrations
58.-title-and-meta
59.-router-visits
60.-forms
61.-forms-helper
62.-authentication
63.-sign-out
64.-server-side-rendering
65.-notification-and-progress
66.-store-new-site
67.-update-field-migration
68.-add-user-id-to-monitor
69.-delete-and-edit-site
70.-ping-a-url
71.-monitor-status.mp4
72.-queue-job-monitors
73.-schedule-task
74.-real-time-status
75.-broadcast-event
76.-real-time-update-status
77.-dispatch-on-queue-name
78.-whats-the-plan.mp4
79.-ask-to-subscribe
80.-authorize-with-gate
81.-authorize-with-policy
82.-user-can
83.-laravel-cashier-stripe.mp4
84.-new-subsctiption
85.-subscribe-to-plan
86.-solve-webhook-issue
87.-user-profile-page
88.-profile-update
89.-update-subscription
90.-cancel-subscription
91.-resume-subscription
92.-invoices
93.-laravel-backup
94.-backup-to-aws-s3
95.-site-down-notification
96.-setup-laravel-forge
97.-deploy-from-forge
98.-enable-quick-deploy
99.-run-scheduler
100.-making-real-time.mp4
101.-Module-3-Intro
102.-New-Project-Setup.mp4
103.-what-is-API
104.-laravel-test-setup
105.-first-unit-test
106.-artisan-test-command.mp4
107.-first-TDD-test
108.-arrange-act-assert
109.-red-to-green
110.-whats-your-status.mp4
111.-tdd-for-validation
112.-test-for-hash-password
113.-get-up-setup
114.-refresh-database-vs-lazily
115.-login-test
116.-validation-rule-testing
117.-test-for-sanctum-token
118.-refactor-with-confidence
119.-setup-laravel-pest
120.-ask-chatgpt-for-help
121.-list-belongs-to-user
122.-list-deleted-with-user
123.-add-more-fields
124.-ask-chatgpt-for-subscriber-table
125.-refactor-relationship
126.-subscriber-table-fields
127.-campaign-belongs-to-list
128.-close-to-pest
129.-campaign-email-table
130.-email-list-create
131.-email-list-crud
132.-subscribe-a-user
133.-confirmation-notification
134.-confirm-url
135.-unsubscribe-url
136.-campaign-store
137.-campaign-crud
138.-send-campaign
139.-send-email-to-subscribers
140.-queue-email
141.-schedule-campaign
142.-run-schedule-campaign
143.-setup-AWS-SES
144.-send-campaign-via-ses
145.-Nextjs-setup
146.-register-login-design
147.-register-form-handle
148.-api-cors-error
149.-show-validation-error
150.-register-new-user
151.-verify-email
152.-verify-email-notification-tdd
153.-login-user
154.-store-token-and-logout
155.-nextjs-auth-middleware
156.-nextjs-login-with-email-verified
157.-Nextjs-Header-Layout
158.-Nextjs-default-layout
159.-Nextjs-global-state
160.-Nextjs-email-list-design
161.-Nextjs-email-list-create
162.-Nextjs-delete-email-list
163.-Nextjs-update-email-list
164.-Nextjs-reafactor-fetch
165.-Nextjs-subscribeLink
166.-Nextjs-subscribe-a-user
167.-Nextjs-campaign-create-design
168.-Nextjs-write-campaign
169.-Nextjs-send-campaign
170.-Nextjs-send-campaign-via-aws
171.-tHub-action-to-run-tests
172.-deploy-to-server
173.-how-to-create-PR-as-a-team-member
174.-continuous-deployment
175.-Module-4-Intro
176.-Setup-Laravel-Livewire
177.-Laravel-11-has-new-things
178.-first-livewire-component
179.-create-real-counter
180.-lots-of-layout-trick
181.-component-mount
182.-password-generator-make-component
183.-password-generator-length-letter-and-char
184.-password-generator-raw-code
185.-password-generator-array-type-and-reset
186.-dynamic-form-create-user
187.-dynamic-form-validate-attribute
188.-dynamic-form-form-object
189.-dynamic-form-live-validation
190.-dynamic-form-use-blade-component
191.-dynamic-form-redirect
192.-dynamic-form-list-users
193.-route-model-binding
194.-delete-user
195.-edit-user
196.-multiple-form-UI
197.-store-multiple-user-on-dynamic-form
198.-dynamic-validation
199.-user-avatar-upload
200.-storage-and-show-avatar
201.-add-user-search
202.-navigation-and-computed-properties
203.-passing-the-props
204.-emit-event-from-children
205.-edit-user-from-modal
206.-Intro-to-Apline-JS
207.-resuseable-modal-with-Alpine
208.-create-confirm-modal
209.-confirm-and-delete-user
210.-Getting-started-with-Filament
211.-Filament-user-access
212.-Filament-resource
213.-Filament-filters
214.-Filament-custom-filters
215.-Filament-actions
216.-Filament-custom-actions
217.-Filament-notification
218.-Filament-Form-Builder
219.-Filament-EditRecord-Hook
220.-Filament-TextInput-feature
221.-Filament-password-trick
222.-Filament-working-with-Image
223.-Filament-add-widget
224.-Filament-widget-table-query
225.-Filament-InfoBuilder
226.-Filament-Show-relationship-data
227.-Filament-Post-with-slug-and-user_id
228.-Filament-Post-Wizard
229.-Filament-Wizard-step
230.-Filament-Relation-manager
231.-Filament-with-Livewire-submit
232.-Filament-use-with-Livewire-component
233.-Filament-use-with-Livewire-form
234.-Filament-mulitple-panel
235.-Filament-email-verify-and-profile
236.-Filament-Panel-Navigation
Requirements
- Since Laravel is a PHP framework, you must need to have atleast basic knowledge of PHP. Although knowledge of any backend language/framework will be enough to get started with Laravel.
Pictures

Sample Clip
Installation Guide
Extract the files and watch with your favorite player
Subtitle : Not Available
Quality: 1080p
Changes:
Version 2025/2 compared to the 2022/6 has decreased 67 lessons and increased in duration of 13 minutes.
Download Links
Password file(s): www.downloadly.ir
File size
7.27 GB