Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Laravel9

2025-03-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install Laravel9". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to install Laravel9.

How to install Laravel 9

If you want to start developing and testing with Laravel 9, you can easily install and run it on your local machine.

Laravel 9 supports PHP 8, so if you plan to test it, be sure to check your version of PHP or start a fresh installation.

You can find more details about this version through Packagist. [recommended: laravel video tutorial]

To install Laravel 9 using composer, run the following command:

Composer create-project-prefer-dist laravel/laravel laravel-9-dev dev-develop

The above command creates a new Laravel project called laravel-9-dev with the latest Laravel 9, which, as we know, is still in development (and therefore dev-develop).

The second way is to create a new Laravel project using the Laravel global CLI and choose to create your new project from the dev branch.

Enter the following command to create a new Laravel 9 project:

Laravel new laravel-9-dev-dev

Now that you have installed Laravel 9, you can go to the new directory (laravel-dev) and execute the artisan command to check the version:

Cd laravel-9-devphp artisan-version Thank you for your reading, the above is the content of "how to install Laravel9", after the study of this article, I believe you have a deeper understanding of how to install Laravel9, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report