Why Seeders are important While a project is in development phase, developers have to drop and re-create all database tables in development life-cycle. php artisan migrate:refresh Laravel provides command line...
Why Seeders are important While a project is in development phase, developers have to drop and re-create all database tables in development life-cycle. php artisan migrate:refresh Laravel provides command line...
Laravel comes up with Eloquent and enables developer to make complex queries with ease. This refrains developers from checking what actually happens behind the scene. But if we don't take...