Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.62 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Jobsite Laravel App

Installation

Installation

  cp .env.example .env
  php artisan key:generate
  php artisan migrate
  php artisan queue:work

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_CONNECTION=mysql

DB_HOST=127.0.0.1

DB_PORT=3306

DB_DATABASE=laravel

DB_USERNAME=root

DB_PASSWORD=

Do not forget to add stripe key

STRIPE_SECRET_KEY="your-key"

🔗 Links

linkedin

License

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