Blog

Your blog category

Blog

What’s New in Laravel 7.0

Laravel 7 released on 3rd March 2020. It has come with some exclusive new features which gives it a huge advantage for the web developers.
 Laravel 7.0 introduces with the following brand new concept and proper implementation.

Laravel Blade Component
String Manipulations
Route Caching
Route

Read Main Article

Blog

#5 Laravel Views

Why Laravel Views?
Views are one of the major part of MVC (Model-View-Controller) architecture. In our previous lecture, we’ve learned about laravel controllers, now to write our design in a web page, we might not make that in controller. We

Read Main Article

Blog

#4 Controllers in Laravel

Why Laravel Controllers
Controller is one of the major part of MVC (Model-View-Controller) architecture. In our previous lecture, we’ve learned about laravel routing, now it might be not good to write all the business logic in a one file in route

Read Main Article

Blog

#9 – Class Base Component in React

Welcome to React Class Base Component Lecture.
Class Base Component in React: Class Base component are simple Javascript component that extends React’s Component class.
Class Base Component has the state and all life cycle methods of React.
Discussed topcis:

 Create Class Base Component
 Basic Life

Read Main Article

Blog

Get Best Selling Products Efficient Query in Laravel

Get Best selling products for your Ecommerce Store in Laravel – 
So, assume we’ve a transaction_sell_lines table which is connected to TransactionSellLine eloquent model.
Item table – items
Transaction Sell Items table – transaction_sell_lines
 
Laravel Code snippet – 
<code

Read Main Article

Blog

Introduction – Laravel Advance Topics Learning

Hello everyone.
This is an advance series of Laravel. We’ve added following parts of Laravel’s most advance topics here – 
 
Laravel Seeder in Depth

Basic Migrations – Post, Category
Basic Seeder – User seeder built in
Custom Seeder – Post Seeder, Category Seeder
Seeder with Faker

Read Main Article

Scroll to Top