DEV Community

Amit Gupta
Amit Gupta

Posted on

Laravel 10 Tutorial

If you're new to Laravel and are looking to create an e-commerce website with full featured admin panel, then this Laravel 10 tutorial is for you!

In this first part of Laravel 10, you will learn, how to create an administrative panel in Laravel. We'll be using XAMPP / Composer / Laravel 10 to do this, so going to install this in this video!

After learning, how to create an admin panel in Laravel, you'll be able to manage your Laravel applications in a more centralized fashion. You'll also have a better understanding of how the Laravel admin panel works, which will make managing your applications easier!

We are going to use one of the best admin template i.e. AdminLTE 3 template for creating the admin panel in Laravel 10.0.

Laravel is one of the most popular PHP framework to develop websites. And recently, the Laravel 10 version has been launched that we will install and use it for creating the basic admin panel that can be used for any type of website like E-commerce, Social Networking, Forum, Education related etc.

You need to follow the below steps to install Laravel 10:-

1) Install Xampp or any other Apache Server
You can install the latest Xampp version from the below link:-
https://www.apachefriends.org/downloa...

2) Install Composer :-
Install Composer from the below link:-
https://getcomposer.org/download/

3) Install Laravel 10:-
Finally, install Laravel 10 via Composer Command:-
composer create-project --prefer-dist laravel/laravel project_name "10.*"

Stay tuned to learn more about "Laravel 10". Watch this video until the end so that you don't miss any important information.

Top comments (0)