Run Composer
1. composer install
Create Database
2. php artisan mysql:createdb company_crm
Run Migrate
3. php artisan migrate
Link Storage
4. php artisan storage:link
Run Seeder
5. php artisan db:seed --class=CreateUsersSeeder
Install npm(if not install npm)
6. sudo apt-get install curl
7. curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
8. sudo apt-get install nodejs
Install Auth
9. composer require laravel/ui
10. php artisan ui bootstrap –auth
11. npm install
12. npm run dev