From 7bd6dafae6de5a13c5a7d2ea18ea68e832dd24e1 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher <32480389+kaiarn@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:10:56 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Home.md b/Home.md index 7e5827b..54c0318 100644 --- a/Home.md +++ b/Home.md @@ -42,22 +42,13 @@ Grant folder permissions for webserver user sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache -Start the local development server - - php artisan serve - ## Local Development -Browsers enforce strict security permissions to prevent you from reading files out of the local file system. To develop locally, you must run a local web server rather than using file://…. Node’s [http-server](https://www.npmjs.com/package/http-server) is recommended. To install: - -``` -npm install -g http-server -``` - +To develop locally, you must run a local web server. To run: ``` -http-server & + php artisan serve ``` This will start the server on from the current working directory. \ No newline at end of file