You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
We Create Digital edited this page May 29, 2018
·
2 revisions
Installation steps:
You need PHP 7.1+ to run Laravel but also make sure cli runs 7.1+ by default when running artisan.
Clone this repository and run composer install followed by composer update
Create a database on phpmyadmin called fixometer_laravel and a host (e.g. fixometer-laravel.test) in MAMP which points to the public folder
Duplicate the .env.example file and rename the new file to .env
Then add the necessary details to the new .env file, i.e. the DB_DATABASE variable will be set to fixometer_laravelas mentioned in a previous step, also the APP_URL field will be the URL that you created for your host in MAMP (which would be http://fixometer-laravel.test:8888 if you used the example in step 2)
Then run php artisan migrate
Finally install all necessary node modules by using npm install; followed by npm run dev to compile assets