itreeni-admin

Posted by | September 12, 2017
Laravel – Seeders

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...

Continue Reading
Posted by | September 5, 2017
Laravel: Database Query Optimization.

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...

Continue Reading