What's the difference between Tinker and seeder in laravel?
Tinker and seeder are powerful tools that can help you manage and maintain your database with ease, you can use them for testing. Tinker uses a command line or terminal to write the same code that u do in your editor to manage your data but there is ...
Mar 23, 20232 min read127