Carr D. Laravel. The Modular Way 2021
Download Torrent
Opens in your torrent client (e.g. qBittorrent)
Health
Good2/0
Info HashBC02CC187EF08A089D70EE500DA2AF4FA4AAD0C2
Peers Updated10 hours ago (2026-03-27 05:53:10)
Description
Textbook in PDF format
Learn how to build modular applications with Laravel Modules package, publish modules to packages and install module packages.
This book is in two parts, firstly to document version 8 of the Laravel Modules package.
The second part will cover how to build on top of this package. I've been using this package to build both CMS's and web apps for years, I highly recommend it.
You will learn not only the basics of working with modules but how to write tests to ensure everything works within the modules, customize the structure of modules, write your own base structure that can be generated.
In Summary:
Test-Driven module development with PestPHP
How to generate custom modules with your own structure
How to convert a module to a package
Install a module package
About me.
Dedication.
Introduction.
Getting started.
Configuration.
Generating modules.
Artisan commands.
Basic usage.
Extracting a module to a package.
Install a module package (for private pakages).
Advanced.
Build a modular application