- Table of Contents
- Clean Code PHP https://github.com/jupeter/clean-code-php
- Automatic code formatting for Laravel projects https://github.com/matt-allan/laravel-code-style
- DesignPatternsPHP https://designpatternsphp.readthedocs.io/en/latest/
- PHP Best Practices https://phpbestpractices.org/
- Clean Code Concepts Adapted for PHP https://laravel-news.com/clean-code-php-guide
- Laravel — Cleaner Code https://medium.com/swlh/laravel-cleaner-code-46203ca3ee4d
- BaseCode is a field guide containing real-world practices to help you write code that's less complex and more readable. https://basecodefieldguide.com
- Laravel Best Practices https://github.com/alexeymezenin/laravel-best-practices
- Laravel & PHP Style Guide by Spatie https://guidelines.spatie.be/code-style/laravel-php
- The Laravel Security Checklist https://www.sqreen.com/resources/laravel-security-checklist
- Survive The Deep End: PHP Security https://phpsecurity.readthedocs.io/en/latest/index.html
- The 2018 Guide to Building Secure PHP Software https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software
- Requirement, BDD, TDD Tools
- PhpSpec is a php toolset to drive emergent design by specification. http://www.phpspec.net/en/stable/
- Behat is a php framework for autotesting your business expectations. http://behat.org/en/latest/quick_start.html
- PHPUnit https://phpunit.de/
- Codeception https://codeception.com/
- PEST - PHPUnit is great! Pest just provides a different API to create tests. https://pestphp.com/
- Online Course
- A comprehensive step-by-step video course on designing robust Laravel applications with TDD. https://course.testdrivenlaravel.com/
- From no tests to confidently tested https://confidentlaravel.com/
- Test Driven Laravel https://www.youtube.com/playlist?list=PLpzy7FIRqpGAbkfdxo1MwOS9xjG3O3z1y
- Indepth Laravel https://indepthlaravel.com/
- https://edgedesigncz.github.io/phpqa/
- https://phpqa.io/
- https://thevaluable.dev/code-quality-check-tools-php/
- https://github.com/jakzal/phpqa
- Low-overhead sampling profiler for PHP 7 https://github.com/adsr/phpspy
- Static Analysis https://github.com/phan/phan
- PHP Depedency DEMO http://pdep.lerdorf.com/
- https://github.com/sensiolabs-de/deptrac
- PHPStan - PHP Static Analysis Tool https://github.com/phpstan/phpstan
- https://psalm.dev/docs/
- https://github.com/kalessil/phpinspectionsea
- https://infection.github.io/guide/usage.html#Using-with-PHPUnit
- Tinkerwell https://tinkerwell.app/?ref=marcel
- VSCode Pro by Ahmad Awais https://vscode.pro/
- 7 Essential PhpStorm tips & tricks to boost your productivity https://www.youtube.com/watch?v=EwL_1wbg-rQ
- Laravel API Doc generator https://laravel-apidoc-generator.readthedocs.io/en/latest/. This cool package, can generate Postman collection
- Laravel Tests Generator https://laravelshift.com/laravel-test-generator
- Sonarlint - Fix issues before they exist https://www.sonarlint.org/
- Php Inspections - A Static Code Analysis tool for PHP distributed as a PhpStorm / IdeaUltimate plugin. https://kalessil.github.io/phpinspectionsea/docs/getting-started.html
- PHP Package Development https://phppackagedevelopment.com/
- Laravel Package Development Tutorial by John Braun https://laravelpackage.com
- Laravel Package Development Tutorial by Larashout https://www.larashout.com/tag/laravel-package-development
- Laravel Package Development using Laravel 5.8 by Coder's Tape
- A premium video course by Spatie, Learn how to create a Laravel package - Become the next package maestro https://laravelpackage.training/
- UI Design for Developer https://refactoringui.com/
- Getting Git https://gettinggit.com/
- Never Write Loop Again https://adamwathan.me/refactoring-to-collections/
- Official Laravel Online Course https://laracasts.com/
- Docker for PHP Developers https://bitpress.io/docker-for-php-developers/
- Shipping Docker https://courses.serversforhackers.com/shipping-docker?coupon=sdholidays2019
- Scaling Laravel https://courses.serversforhackers.com/scaling-laravel?coupon=slholidays2019#buy
- MySQL Backup https://courses.serversforhackers.com/mysql-backups?coupon=mbholidays2019
- Fully-Automated Deployment https://deploy.serversforhackers.com/
- Laravel 6 Advanced https://www.youtube.com/playlist?list=PLpzy7FIRqpGD5pN3-Y66YDtxJCYuGumFO
- Useful Laravel Packages https://codewithdre.com/useful-laravel-packages
- Advanced Laravel: 14 Topics and Links to Learn Them https://laraveldaily.com/advanced-laravel-20-topics-and-links-to-learn-them/
- Laravel Online Conference https://laracon.net
- Build a Chatbot https://course.buildachatbot.io/?ref=landing-page
- Indepth Laravel https://indepthlaravel.com/
- Laracon EU 2013
- Laracon EU 2014
- Laracon EU 2015
- Laracon EU 2016
- Laracon EU 2017
- Laracon EU 2018
- Laracon EU 2019
- Laracon US 2016
- Laracon US 2017
- Laracon US 2018
- Laracon US 2019
- Laracon AU 2018
- Laracon AU 2019
Cover | Title |
---|---|
Laravel: Up & Running: A Framework for Building Modern PHP Apps | |
Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them | |
Architecture of complex web applications: With examples in Laravel(PHP) | |
Domain-Driven Laravel: Learn to Implement Domain-Driven Design Using Laravel | |
Kolaborasi Laravel dan Database PostgreSQL di Linux (Indonesian Edition) | |
PHP: The "Right" Way, Latest update: https://phptherightway.com/ | |
Laravel v6.0 - Panduan Untuk Menjadi Fullstack Developer https://buku-laravel-vue.com/ | |
PHPUnit Explained - Everything you need to know about the leading test framework https://phpunitexplained.com/ | |
Build an API with Laravel https://buildanapi.com/ |
- Voyager: The Missing Laravel Admin https://voyager.devdojo.com/
- LaraAdmin: Admin Panel + CRM https://laraadmin.com/
- QuickAdmin: Package and Online Generator https://github.com/LaravelDaily/quickadmin
- Z-song / Laravel-admin https://github.com/z-song/laravel-admin
- InfyOm Laravel Generator https://labs.infyom.com/laravelgenerator/
- AppzCoder: CRUD Generator + Admin Panel https://github.com/appzcoder/crud-generator
- Backpack for Laravel https://backpackforlaravel.com/
- SleepingOwl Admin https://github.com/LaravelRUS/SleepingOwlAdmin
- CrudBooster https://crudbooster.com/
- Zofe / Rapyd-Laravel https://github.com/zofe/rapyd-laravel
- Laravel CRUD – CMS – Sximo 5 LTS ($24) https://codecanyon.net/item/laravel-crud-cms-sximo-5-lts/11893533
- Josh – Laravel Admin Template + Front End + CRUD ($25) https://codecanyon.net/item/josh-laravel-admin-template-front-end-crud/8754542
- Admin Architect – Administration Framework for Laravel ($29) https://codecanyon.net/item/admin-architect-administration-framework-for-laravel/13528564
- Laravel Nova ($99) https://nova.laravel.com/
- https://github.com/chiraggude/awesome-laravel
- https://github.com/unnawut/awesome-laravel
- https://github.com/GitIndonesia/awesome-indonesia-repo#laravel
- https://github.com/ziadoz/awesome-php
- https://github.com/fukuball/Awesome-Laravel-Education
- Laravel Deep Dive https://divinglaravel.com/
- Made With Laravel https://madewithlaravel.com/
- Laravel News https://laravel-news.com/
- PHP-CPP A C++ library for developing PHP extensions. http://www.php-cpp.com/
- Chatbot Development using PHP https://botman.io/