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.
- Larvel framwork (LAMP stack)
- Bootstrap 4.0 + Jquery + VueJS
- Another stylesheet css source
- trantrongbinh - developer "Learning new languages and technologies is what I am passionate about."
- 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 typeyarn install
if use yarn - copy .env.example to .env
- type
php artisan key:generate
to 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
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
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.
The Laravel framework is open-sourced software licensed under the MIT license.