/bkfav3

FS-Focus ( FullStask - Follow One Course Until Successful )

Primary LanguageJavaScriptOtherNOASSERTION

About FS-Focus | FullStask Focus

Purpose

FS-Focus 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 + VueJS
  • Another stylesheet css source

Build Status Total Downloads Latest Stable Version License

About Me

  • trantrongbinh - developer "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
  • or able type composer update
  • type npm install if use npm or type yarn install if use yarn
  • 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
  • type npm run dev
  • type php artisan serve

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 taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

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