Creating tables in Migration
In Laravel to create a new database table first of all we need to make a migration which we have explained in the previous blog. I recommend you to read that blog, you can refer the link given below: https://www.scmgalaxy.com/tutorials/explanation-of-database-migrations-in-laravel-5-8/ Once we are done with creating a migration file, to create a new databasetable we … Read more