Laravel projects requires extra setups before it can run on your local computers.
First we will install Node Module and Vendor files:
Run this in terminal:
npm icomposer install
To setup your .env, kindly duplicate your .env.example file and rename the duplicated file to .env.
On your .env file, locate this block of code below.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=subnetweb
DB_USERNAME=Your DB name
DB_PASSWORD=Your DB pass
To finish setup, enter commands one by one in the terminal:
php artisan key:generatephp artisan migrate
php artisan db:seed
npm run dev
php artisan serve Email => admin@exapmle.com
Password => adminpassword
To see uploaded pictures you need to run this:
php artisan storage:linkProject is in version 1.0