You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Starter Application acts as starting point for application
3
4
development. A lot of things which needs to be taken care of during REST API Development are already present here.
4
5
@@ -15,7 +16,7 @@ Following are the list of things taken care of:
15
16
- TDD (Test Driven Development) setup using phpunit
16
17
17
18
## Want to do it yourself?
18
-
Here are the video tutorials you can follow to do it by yourself.
19
+
Here are the video tutorials you can follow to do it by yourself. These tutorials are based on Laravel 7 and this project has been upgraded to Laravel 8, you may see few changes in latest code. Checkout [v1.0](https://github.com/csinghdev/laravel-starter/tree/v1.0) to see the exact code.
0 commit comments