DEV Community

Anthony Gilbert
Anthony Gilbert

Posted on

Laravel Install

What is it?

  • A php framework

Overall topics:

  • DB connections and insertion logic
  • API's

The package manager - Composer

How to install Laravel

  1. composer global require laravel/installer
  2. laravel new
  3. php artisan serve

Top comments (0)