Skip to content

BKFA/bkfav2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Blog Q & A

Purpose

Blog Q & A is my project for the purpose of synthesizing, archiving, solving problems, knowledge of information technology. My goal for this blog is to help you guys as much as possible.

Technology

  • Larvel framwork (LAMP stack)
  • Bootstrap 4.0 + Jquery
  • Another stylesheet css source

Build Status Total Downloads Latest Stable Version License

About Me

  • trantrongbinh "Learning new languages and technologies is what I am passionate about."

Installation

  • type git clone https://github.com/trantrongbinh/qna_01.git to clone the repository
  • type cd projectname
  • type composer install
  • type composer update
  • copy .env.example to .env
  • type php artisan key:generateto generate secure key in .env file
  • if you use MySQL in .env file :
    • set DB_CONNECTION
    • set DB_DATABASE
    • set DB_USERNAME
    • set DB_PASSWORD
  • type php artisan migrate --seed to create and populate tables

Include

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

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