Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-5 votes
1 answer
635 views

Which php version is codeigniter 3.1.11 compatible with?

We are using php 5.6 and I am upgrading the php version for codeignitor 3.1.11.
Praveen 's user avatar
0 votes
1 answer
54 views

Which directory of my PHP webapp should I publish on git?

I am working on a PHP webapp. I have to publish it on a distributed version control system (git) but I am not sure wether if to publish the root directory of the project or the public_html folder. The ...
vale's user avatar
  • 89
2 votes
1 answer
456 views

How to activate multiply versions of PHP in (mac OS 2022)

I have Xammp installed on my Mac. However, when I want to work on different PHP versions. I got this error - Root composer.json requires php ^7.3 but your php version (8.0.0) does not satisfy that ...
Babur Shah Sayer's user avatar
0 votes
0 answers
252 views

How to tell composer to use branch when tags do not exist?

I am building a php app and I require a package foo\bar that I want to load with composer. foo\bar is currently at version 1.2.0 but it has a branch new-features-for-2.0.0 which has features that I ...
student91's user avatar
  • 252
0 votes
1 answer
28 views

Is there an easy way to watch selected local PHP files for content changes on Windows?

Is there any easy way (tool or IDE plugin or some other solution for MS Win) how to watch selected local PHP files for local changes of content? I am developing a PHP application based on open source ...
Andre's user avatar
  • 3
3 votes
1 answer
4k views

swagger-codegen or openapi-generator PHP version

The actual question: is it possible to choose the PHP version (5.6, 7.1, 7.2, ...) to generate code? I got a swagger.json from https://api.otto.market/docs which should be an openapi.json or so, ...
cottton's user avatar
  • 1,599
0 votes
1 answer
139 views

PHP, FTP and source control system

In our team of programmers we are looking for a way to improve our work by implementing version control. We currently use tortoise SVN, it's convenient, but still leaves some points unmanaged For ...
Andrea php's user avatar
0 votes
1 answer
758 views

Fixing composer error "Unknown downloader type: vcs" with Satis

Recently, as I upgraded composer to the newest version (2.1.3) , I've started having issues pulling down our satis repositories when running composer update. The actual error I'm getting is: usr@srv ~/...
h2ooooooo's user avatar
  • 39.4k
0 votes
1 answer
708 views

How to implement version control inside a web app?

I'm building DMS (Document management system) using PHP framework Laravel. One of the requirements is allowing users to version control files, close to what google docs does. I've been searching for ...
Ahmed Nagi's user avatar
-2 votes
1 answer
63 views

Git workflow for small changes

I'm a single developer looking for a viable workflow with Git in my personal local projects. I already understood the concepts and basic commands of Git, but I'm new to the VCS concepts. I use VSCode, ...
Igor Albuquerque's user avatar
0 votes
0 answers
193 views

Is it possible to syncronise a mysql database to bitbucket? [duplicate]

I have a php project which stores in bitbucket. But i didn't use git with database before. After a few research i started to think about that is my aim possible. I just want to store whole my project ...
Mad Gemini's user avatar
0 votes
1 answer
563 views

Managing Multiple Websites with a Single Laravel Codebase

My team has recently put together a Laravel codebase that works great for multiple websites. Currently we are running them as an app that installs on a centOS7 profile. Whenever a new site is ...
Kevin Pimentel's user avatar
1 vote
0 answers
64 views

Version control software

I am researching about Version Control Software There are many tools available but I have a question. Is there any way that can control code and database at the same time? Something like, when I ...
Apeafa dez's user avatar
-4 votes
1 answer
39 views

What source control is available for PHP / SQL projects [closed]

I am working with a PHP web application that has a MS SQL back end. The development copy is hosted on a Windows server. There will be a few developers joining me on the project, and I need some sort ...
Jack Thomson's user avatar
1 vote
1 answer
72 views

Using GIT source control within a web based development environment

I am currently using GIT with source Tree to manage my source control for a php web system. My Previous experience with GIT is with a none web based environment and there for I understand the use of ...
Rob85's user avatar
  • 1,719

15 30 50 per page
1
2 3 4 5
15