Skip to content

ayoubbouih/freelancing-platform

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Installation process

  • run git CLI and execute cd /c/xampp/htdocs

  • then executegit clone <repo_link> project

  • then change directory to the repo cd project

  • execute composer install or composer update

  • execute cp .env.example .env

  • execute php artisan key:generate

  • configure the following fields in .env file: DB_DATABASE=database_name DB_USERNAME=root //user DB_PASSWORD= //pass And Other Required Field

  • execute php artisan migrate --seed to create and configure database and its schema.

  • run project php artisan serve

  • consult the project in browser at http://127.0.0.1:8000

License

The Laravel framework is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages