EN VI
Posts (5)
Questions (10)
2022-04-24 13:05:58
Laravel Thêm Helper Để Định Nghĩa Hàm(Function) Và Hằng(const) Sử Dụng Mọi Chỗ
Trong Laravel bạn có thể custom helper theo ý muốn của bạn và gọi nó ở bất kì đâu trong project giống như là cách gọi của route, blade view, models, controller... đây thực sự là một giải pháp tốt để t...
0
2022-05-23 09:44:29
Laravel mix là gì? Tại sao nên dùng Laravel mix? Cách sử dụng Laravel mix như thế nào?
1. Tại sao nên dùng Laravel mix?    Trong các dự án thì việc viết code chỉ là một phần, sau khi viết code xong chúng ta cần làm sao để tối ưu code, tối ưu trang web của chúng ta. Với những dự án nhỏ t...
0
2022-06-04 09:58:46
PHP Laravel - How to set up file permissions when deploy in host vps centos linux
ProblemI’m using Apache Web Server that has the folder owner set to _www:_www. I keep forgetting about the best practice when it comes to file permissions, for example when I create a new Laravel 5 pr...
0
1206dev Admin
2023-03-28 19:16:40
Step by step to install git CI/CD on centos laravel project
* On server centos:yum -y install acl sudo adduser deployer sudo setfacl -R -m u:deployer:rwx /var/www- generate ssh keyssh-keygen -t rsa -C "deployer" -f ~/.ssh/id_rsa -P ""- As the deployer user o...
0
1206dev Admin
2023-05-26 23:47:16
Các bước cài đặt git CI/CD trên dự án centos laravel chi tiết
Tôi có thể hướng dẫn bạn cách triển khai ứng dụng Laravel sử dụng GitLab CI/CD và Docker trên CentOS. Bạn cần thực hiện các bước sau:Cài đặt ACL trên CentOS bằng lệnh sau:yum -y install acl Tạo một n...
0

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login