- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- When only changing documentation, include
[ci skip]
in the commit title - Consider starting the commit message with an applicable emoji
- Học
HTML/CSS
từ zero tới Hero qua list Youtube này (tăng tốc xem lướt ko thực hành theo). - Sẽ học được cách:
- Phân tích, xây dựng giao diện web
- Đặt tên class theo chuẩn BEM
- Xây dựng layout với Flexbox
- Làm hiệu ứng Animations
- App name: Laravel
- Short description: Laravel is a PHP web application framework with expressive, elegant syntax.
- Author: ...
- Your app demo link: ... (optional)
- Your Envato link: ... (optional)
- Your images below
Để tránh việc bị ban, kick hoặc bị xoá bài, bình luận mà không biết nguyên nhân tại sao, các dev nên đọc kỹ nội quy nhóm trước khi tham gia.
PHP Developer Việt Nam Community
là nhóm cộng đồng dành cho những bạn yêu mến ngồn ngữ lập trình PHP nói chung và các PHP Framework nói riêng.
All rules and guidelines in this document apply to PHP files unless otherwise noted. References to PHP/HTML files can be interpreted as files that primarily contain HTML, but use PHP for templating purposes.
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Most sections are broken up into two parts:
- Overview of all rules with a quick example
- Each rule called out with examples of do's and don'ts
@charset "UTF-8";
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2021 Animate.css
- https://framework.zend.com/manual/1.12/en/learning.quickstart.html
- https://framework.zend.com/manual/1.12/en/learning.html
- Tải library của zend về và cài đặt path global (windows) C:\wamp64\www\zend\ZendFramework-1.12.18\bin
- Chạy lệnh
zf
để kiểm tra cài đặt thành công.
Để sử dụng được MongoDB PHP Library
cần cài đặt MongoDB PHP Driver
. Chọn cách cài đặt phù hợp với flatform ở đây
- Cài đặt cho
wamp
bằng cách tải PHP extensionphp_mongodb.dll
. - Rồi thêm vào
php.ini
:
-
Download trên trang chủ Mongo, chọn phiên bản phù hợp tại đây.
Ở đây mình chọn version 4.2.1 (current release). OS: Windows x64 x64.
-
Sau khi tải về thì chạy file .msi để cài đặt.
-
Cài đặt MongoDB trên Windows như service. Nghĩa là mỗi khi khởi động PC, nó sẽ chạy ngầm như một service trên windows.
-
Sẽ có 2 tuỳ chọn. Ở đây sẽ chọn Run service as Network Service user để kết nối với MongoDB trong tất cả network.
-