To start with Laravel in PHP, you need to follow these steps:
composer global require laravel/installer
. This command installs the Laravel installer globally on your system.laravel new
command, followed by the name of your project.main.php22 chars2 lines
php artisan serve
.That's it! You can now start exploring and developing your application using the Laravel framework in PHP.
gistlibby LogSnag