I installed PHP 7 and I followed the commands.
composer install
npm install
php artisan key:generate
php artisan migrate
php artisan db:seed
gulp
php artisan serve
G:\PHP\Laravel\vuedo-master>php artisan serve
�[32mLaravel development server started on http://localhost:8000/�[39m
I visited http://localhost:8000 but it does not display.
How can I fix it?
I installed PHP 7 and I followed the commands.
composer install
npm install
php artisan key:generate
php artisan migrate
php artisan db:seed
gulp
php artisan serve
G:\PHP\Laravel\vuedo-master>php artisan serve
�[32mLaravel development server started on http://localhost:8000/�[39m
I visited http://localhost:8000 but it does not display.
How can I fix it?