Skip to content

barshamalbul/mini-crm

Repository files navigation

Run these commands after pulling the project form the github.

• Install composer

composer install

• To generate key

php artisan key generate

• run migrate

	php asrtisan migrate

• Running Seeders

         composer dump-autoload
         
         php artisan db:seed
         
         php artisan migrate:refresh --seed

• Run this to create the link

	php artisan storage:link

• To serve the application

       php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published