Clone Laravel project
Aus Froggis Wissenssammlung
This is a temporary concept.
Steps to clone a Laravelwebsite
- git clone
- composer install
- create .env file
- edit .env to match local settings
- php artisan key:generate
- php artisan migrate --seed (if seeds are available)
- npm install
- npm run watch to develop further