Laravel 12 Tinker with Example
As we know, testing is a very important part of any web development project. Often we may require adding hundreds, or maybe thousands of record to our users table. Just think about if you require pagination then you have to include some records for testing. So what will you do at that moment? Will you … Read more