Answers for "laravel first project in laravel 8"

PHP
3

new laravel 8 project

composer create-project laravel/laravel example-app

This will install with the latest version of laravel
Posted by: Guest on January-06-2022
1

laravel project make

composer create-project --prefer-dist laravel/laravel blog 
  //here blog is you project name you can change this figure 
  //to whatever you want to make the name of your project
Posted by: Guest on August-24-2021

Browse Popular Code Answers by Language