Skip to content

buksmr/timesheet

Repository files navigation

Timesheet

http://afrimoviereviews.com/timesheet/

username/password ebuka41/123456

For example: APP_NAME=Laravel

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=*****

Migrations

  • php artisan migrate -- This cmd is used to create the table in database
  • php artisan passport:install -- it is used to install passport
  • php artisan key:generate -- it is used to key generate
  • php artisan db:seed -- it is used to fill some data automatically

Composer

The #composer update is a command that used to update the composer in the project. In this composer update it will add the new features or packages in vendor folder which is updated in JSON file

NPM

To run the project use the command #npm run watch

Releases

No releases published

Packages

No packages published