Skip to content

This project I created for my university software development 3. And This project helped me a lot to learn Laravel basic. And I led this project

Notifications You must be signed in to change notification settings

PaponAhasan/Laravel---Social-Networking-Project

Repository files navigation

Laravel---Social-Networking-Project

This project I created for my university software development 3. And This project helped me a lot to learn Laravel basic.

Setup Project

  1. download or clone project
  2. Go to the folder application using cd
  3. Run composer install on your cmd or terminal
  4. Copy .env.example file to .env on root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal Ubuntu
  5. Open your .env file and change the database name (DB_DATABASE)
  6. Run php artisan key:generate
  7. Run php artisan migrate
  8. Run php artisan storage:link
  9. Run php artisan serve

About

This project I created for my university software development 3. And This project helped me a lot to learn Laravel basic. And I led this project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published