# Create Laravel First Project

Install Laravel by issuing the Composer create-project command in your terminal

composer create-project --project-dist laravel/laravel project-name

Laravel

What is Laragon?

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.

Why Laragon?

Laragon is great for building and managing modern web applications. It is focused on performance - designed around stability, simplicity, flexibility and freedom.

Laragon improves web development. Developers all over the world are using Laragon to make apps quickly and easily. It is used by thousands of developers with loves. You can check out the Testimonials to see how users think of Laragon and it’s features page for more details.

# Change DB root password

Laravel

# Turn On Laragon

Laravel

By default Laragon will served port 80 for Apache and port 3306 for DB

# Create Project

Laravel

# Project with Pretty URL

Laravel

Test the Pretty url in browser

# Update DB credential in .env

Laravel

# Download and install phpmyadmin.Net

Laravel

Try access http://localhost/pma

# Phpmyadmin config.inc

Laravel

# Authentication Module

Laravel makes implementing authentication very simple. In fact, almost everything is configured for you out of the box.

composer require laravel/ui --dev

php artisan ui vuew --auth

npm install

npm run dev

Laravel

Laravel