An open API service indexing awesome lists of open source software.

https://github.com/adelf/acwa_book_en

"Architecture of Complex Web Applications. With examples in Laravel. Second Edition."
https://github.com/adelf/acwa_book_en

Last synced: over 1 year ago
JSON representation

"Architecture of Complex Web Applications. With examples in Laravel. Second Edition."

Awesome Lists containing this project

README

          

# «Architecture of Complex Web Applications. Second Edition.»

Adel Faizrakhmanov, **Laravel Idea** plugin for **PhpStorm** creator. Twitter: [https://twitter.com/Adelf32](https://twitter.com/Adelf32)

[Laravel Idea](https://laravel-idea.com/?utm_medium=book&utm_source=book_architecture&utm_campaign=link_in_en_description) and PhpStorm — the most productive Laravel development environment.

Free on Leanpub: [https://leanpub.com/acwa_en_se/](https://leanpub.com/acwa_en_se/)

eBook and paperback versions on [Amazon](amazon.md) - it's impossible to make it free on Amazon, so minimum possible price there.

It's also available to read on GitHub:

0. [Preface](manuscript/0-preface.md)
1. [Bad habits](manuscript/1-bad-habits.md)
2. [Dependency injection](manuscript/2-di.md)
3. [Painless refactoring](manuscript/3-painless-refactoring.md)
4. [Application Layer](manuscript/4-application-layer.md)
5. [Error handling](manuscript/5-error-handling.md)
6. [Validation](manuscript/6-validation.md)
7. [Events](manuscript/7-events.md)
8. [Unit testing](manuscript/8-unit-test.md)
9. [Domain Layer](manuscript/9-domain-layer.md)
10. [CQRS](manuscript/10-cqrs.md)
11. [Event Sourcing](manuscript/11-es.md)
12. [Conclusion](manuscript/12-end.md)