Skip to content

Latest commit

 

History

History
147 lines (73 loc) · 5.98 KB

research.md

File metadata and controls

147 lines (73 loc) · 5.98 KB
created updated
2024-07-31T07:52
2024-08-08T17:07

References/Links

Laravel Pest 2 Course - https://www.youtube.com/watch?v=j3bEIdo3S7U&list=PLe30vg_FG4ORor4bQJ0yjtkghK6kwrSew&pp=iAQB

Laravel Test Driven API - https://www.youtube.com/playlist?list=PLe30vg_FG4OQjsSiCbJhje5jAua12JjTc

Laravel Testing for Beginners - https://www.youtube.com/playlist?list=PLdXLsjL7A9k0esh2qNCtUMsGPLUWdLjHp

https://laravel.com/docs/11.x/testing

https://www.youtube.com/@LaravelDaily/videos

Laravel API Crash Course With Sanctum - https://www.youtube.com/watch?v=TzAJfjCn7Ks

Creating Laravel API and Docs: For Beginners - https://www.youtube.com/watch?v=XIdplwZb2RI

https://arthurbeaulieu.github.io/ORlyGenerator/

https://boyter.org/2016/04/collection-orly-book-covers/

https://dev.to/rly

https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html

https://codinary.dev/blog/article/how-to-configure-xdebug-for-laravel-in-phpstorm

https://medium.com/@chirag1162/how-to-setup-xdebug-for-laravel-in-phpstorm-050cc0f361da

https://datavizblog.com/2018/12/21/dataviz-humor-oreilly-programming-book-parody-covers/

https://dev.to/snakepy/how-to-debug-laravel-apps-with-laravel-apps-with-xdebuger-in-vs-code-8cp

https://scribe.knuckles.wtf/laravel

https://www.postman.com/what-is-an-api/

https://www.youtube.com/playlist?list=PLdXLsjL7A9k0esh2qNCtUMsGPLUWdLjHp

https://dev.to/iankumu/how-to-build-a-rest-api-with-laravel-a-beginners-guide-2fjm

https://dev.to/rebelnii/building-a-restful-api-with-laravel-best-practices-and-implementation-tips-1lok

https://abu-sayed.medium.com/laravel-testing-with-pest-the-complete-guide-for-beginners-a0b6680cfd71

https://medium.com/@1415sandalanka/laravel-11-rest-api-crud-with-best-practices-fcc26505e0d2

https://justcoded.com/blog/how-to-make-a-successful-scalable-web-application/

https://www.thoughtworks.com/insights/blog/reproducible-work-environments-using-docker?utm_source=twitter&utm_medium=social&utm_campaign=tech

https://dev.to/iankumu/how-to-build-a-rest-api-with-laravel-a-beginners-guide-2fjm

https://medium.com/@mohammad.roshandelpoor/test-driven-development-tdd-in-laravel-0266c86cad29

https://laravel.io/articles/building-an-api-using-tdd-in-laravel

https://laracasts.com/series/pest-driven-laravel

https://medium.com/@kwakuayemang.2000/testing-with-laravel-pest-dcc6d98d5538

https://dev.to/sifrious/pest-driven-development-testing-routes-for-authenticated-users-in-laravel-jetstream-32m3

https://dev.to/sifrious/pest-driven-development-learning-iterating-and-project-planning-50e0

https://dev.to/sifrious/pest-driven-development-testing-routes-for-authenticated-users-in-laravel-jetstream-32m3

https://dev.to/sifrious/pest-driven-development-minimum-viable-routing-2k2p

https://dev.to/sifrious/pest-driven-development-in-a-volunteering-coordination-application-literally-the-first-test-3dn5

https://dev.to/sifrious/pest-driven-development-in-a-laravel-app-project-planning-1j84

https://dev.to/laravellercom/pest-laravel-testing-full-tutorial-laravel-tdd-tutorial-laravel-for-beginners-g3i

https://www.youtube.com/watch?v=EefnQOa8J1A

https://www.honeybadger.io/blog/laravel-tdd/

https://medium.com/@thepatrykooo/tdd-approach-in-laravel-a1a296d94c1b

https://dev.to/sean_kegel/fix-flaky-tests-with-pest-repeat-24bh

https://dev.to/alphaolomi/step-by-step-to-pest-php-testing-framework-in-laravel-10-6e1

https://dev.to/victoor/three-useful-tricks-i-learned-with-pest-testing-in-laravel-1icd

https://dev.to/victoor/customize-laravel-stubs-and-save-a-lot-of-time-35hk

https://dev.to/victoor

https://dev.to/robertobutti/add-test-coverage-badge-for-php-and-pest-in-your-github-repository-37mo

https://dev.to/maniruzzamanakash/create-github-workflow-for-laravel-pint-and-php-pest-1cn8

https://hashnode.com/post/testing-laravel-api-with-pest-framework-cky5jfawk02fr5ns16rgfdeep

https://laravel-news.com/pest-stressless

https://www.avyatech.com/build-laravel-rest-api-with-test-driven-development/

https://www.youtube.com/watch?v=YGqCZjdgJJk

https://blog.treblle.com/how-to-create-rest-api-using-laravel/

https://www.youtube.com/watch?v=tqrLTl9pl-8

https://medium.com/@wanmigs/laravel-common-php-unit-testing-crud-made-easy-8bd8d20f5c92

https://pestphp.com/docs/higher-order-testing

https://www.youtube.com/watch?v=4ubp_IF6kqY

https://laracasts.com/series/how-to-contribute-to-open-source

https://laracasts.com/series/how-to-contribute-to-open-source

Mastering Laravel : From Fundamentals to Advanced Web Development - DEV Community

Laravel 11 Simple API Rest with tests - DEV Community

7 Laravel RESTful APIs best practices for 2024 (benjamincrozat.com)

Laravel 11 REST API CRUD with best practices | by Sandalanka | Medium

Testing Laravel Made Easy with Pest: A Beginner's Guide with Code Examples - Joel Male

Testing Laravel API With Pest Framework - Hashnode

My favourite way of testing validation rules | Downing Tech

Testing validation in Laravel - DEV Community

How to Unit Test a Laravel API with the Pest Framework | Twilio

Building a RESTful API with Laravel: Best Practices and Implementation Tips. - DEV Community

How to Paginate Query for Laravel API (RestFul)? | by Enver Şanlı | Medium