/laravel-mysite

Laravel mysite example

Primary LanguagePHP

Hello world in Laravel

-Laravel Framework 8.37.0

Note:
We will use $ to describe the commands that will be used with regular user.

1- Run the following commands in sequence to deploy the project in a development environment:

$ cp .env.example .env

$ composer install

$ npm install

$ npm run dev

2- Next, you may navigate to you URL http://127.0.0.1:8000/myroute