Skip to content

a basic laravel crud app using tdd, repository, interface, policy, trait, validation request class, etc

Notifications You must be signed in to change notification settings

tee-code/laravel-crud-app-using-tdd-approach

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel 9 CRUD app using TDD approach

This is a basic laravel 9 crud-app(simple blog) using

  1. Test-Driven Development approach.
  2. Repository Pattern
  3. Policy
  4. Trait
  5. Validation Request Class
  6. Interface

NOTE: This is just to showcase the use of the above in a simple. It is not a complete blog application.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

About TDD

According to Wikipedia, Test-driven development is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases.

About

a basic laravel crud app using tdd, repository, interface, policy, trait, validation request class, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published