From f69f29a1e8611366c8a731261d416d5dc00094c5 Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Mon, 17 Feb 2025 20:55:56 +0300 Subject: [PATCH 1/5] add herd to development environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f456a9..49b9432 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Task | Standard tools | 3rd party tools ------------ | ------------- | ------------- Authorization | Policies | Entrust, Sentinel and other packages Compiling assets | Laravel Mix, Vite | Grunt, Gulp, 3rd party packages -Development Environment | Laravel Sail, Homestead | Docker +Development Environment | Laravel Sail, Homestead, Herd | Docker Deployment | Laravel Forge | Deployer and other solutions Unit testing | PHPUnit, Mockery | Phpspec, Pest Browser testing | Laravel Dusk | Codeception From 270344f59f6714950e91b122424fa1cb07b26e42 Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Mon, 17 Feb 2025 20:57:03 +0300 Subject: [PATCH 2/5] remove herd from development environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b9432..5f456a9 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Task | Standard tools | 3rd party tools ------------ | ------------- | ------------- Authorization | Policies | Entrust, Sentinel and other packages Compiling assets | Laravel Mix, Vite | Grunt, Gulp, 3rd party packages -Development Environment | Laravel Sail, Homestead, Herd | Docker +Development Environment | Laravel Sail, Homestead | Docker Deployment | Laravel Forge | Deployer and other solutions Unit testing | PHPUnit, Mockery | Phpspec, Pest Browser testing | Laravel Dusk | Codeception From a79d6397d09d0e350986616882db5e3cffb5d483 Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Mon, 17 Feb 2025 20:57:52 +0300 Subject: [PATCH 3/5] add herd to development environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f456a9..49b9432 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Task | Standard tools | 3rd party tools ------------ | ------------- | ------------- Authorization | Policies | Entrust, Sentinel and other packages Compiling assets | Laravel Mix, Vite | Grunt, Gulp, 3rd party packages -Development Environment | Laravel Sail, Homestead | Docker +Development Environment | Laravel Sail, Homestead, Herd | Docker Deployment | Laravel Forge | Deployer and other solutions Unit testing | PHPUnit, Mockery | Phpspec, Pest Browser testing | Laravel Dusk | Codeception From 2e662b3ed5c9c059718741f70ee96c2c3b4d6cdf Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Mon, 17 Feb 2025 21:07:08 +0300 Subject: [PATCH 4/5] add reverb to realtime --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b9432..f4e3fb9 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ API authentication | Laravel Passport, Laravel Sanctum | 3rd party JWT and OAuth Creating API | Built-in | Dingo API and similar packages Working with DB structure | Migrations | Working with DB structure directly Localization | Built-in | 3rd party packages -Realtime user interfaces | Laravel Echo, Pusher | 3rd party packages and working with WebSockets directly +Realtime user interfaces | Laravel Echo, Pusher, Reverb | 3rd party packages and working with WebSockets directly Generating testing data | Seeder classes, Model Factories, Faker | Creating testing data manually Task scheduling | Laravel Task Scheduler | Scripts and 3rd party packages DB | MySQL, PostgreSQL, SQLite, SQL Server | MongoDB From af30e739c5a5183944e712af81a883d268e3d0d1 Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Mon, 17 Feb 2025 21:09:37 +0300 Subject: [PATCH 5/5] revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e3fb9..49b9432 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ API authentication | Laravel Passport, Laravel Sanctum | 3rd party JWT and OAuth Creating API | Built-in | Dingo API and similar packages Working with DB structure | Migrations | Working with DB structure directly Localization | Built-in | 3rd party packages -Realtime user interfaces | Laravel Echo, Pusher, Reverb | 3rd party packages and working with WebSockets directly +Realtime user interfaces | Laravel Echo, Pusher | 3rd party packages and working with WebSockets directly Generating testing data | Seeder classes, Model Factories, Faker | Creating testing data manually Task scheduling | Laravel Task Scheduler | Scripts and 3rd party packages DB | MySQL, PostgreSQL, SQLite, SQL Server | MongoDB