Upvote is the single, best place for everyone to ask and answer any question.
- Make sure correct node version is installed as per
package.jsonand php version as percomposer.json - Install dependencies
npm iandcomposer install - Make sure
.envfile is present with the required keys, look at.env.examplefor reference - Generate app key -
php artisan key:generate - Link storage to public folder -
php artisan storage:link - Run Development Server -
npm run watchandphp artisan serve - Run database migrations -
php artisan migrate - Seed database -
php artisan db:seed - Should be running at
localhost:8000
Telescope
- Publish telescope assets -
php artisan telescope:publish - Access telescope at -
http://localhost:8000/telescope
Note: main is stable branch
MySQL - 8.0
Redis - 7.0
Composer 2.5.5
Email - [email protected]
Password - password
Email - [email protected]
Password - password










