Upvote is the single, best place for everyone to ask and answer any question.
- Make sure correct node version is installed as per
package.json
and php version as percomposer.json
- Install dependencies
npm i
andcomposer install
- Make sure
.env
file is present with the required keys, look at.env.example
for reference - Generate app key -
php artisan key:generate
- Link storage to public folder -
php artisan storage:link
- Run Development Server -
npm run watch
andphp 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 - ritesh@example.com
Password - password
Email - elon@example.com
Password - password