DEV Community

Sandip Basnet
Sandip Basnet

Posted on • Edited on

1 1

Steps to run any laravel project.

1) Clone repository
2) composer install
3) copy .env.example to .env cp .env.example .env (if needed)
3) php artisan key:generate
4) php artisan migrate
5) php artisan db:seed (seeders if any)
6) php artisan serve

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs