-
Clone, ideally into a Homestead machine. Otherwise, make sure you have all the Laravel dependencies installed. For installing Homestead, check out the official guide.
-
If using Homestead, make sure you include the following in your
Homestead.yaml:.... sites: - map: pluggedin.dev # Change the following to match your folder structure to: /home/vagrant/Code/erasmus/public databases: - pluggedin
-
If not using Homestead, create a MySQL database called
pluggedinwith usernamehomesteadand passwordsecretfor the development.
-
-
If you wish, you add add
192.168.10.10 pluggedin.devto your Hosts file (on Windows C:\Windows\System32\drivers\etc\hosts, on Mac/Linux \etc\hosts) -
Run
npm install(Requires Node & NPM installed) -
Run
composer install(Requires Composer installed) -
mv .env.example .env -
Run
php artisan key:generate -
Run
php artisan migrate --seed
bernhardkelm/erasmus_2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|