gitflow
laragon
Our great sponsors
gitflow | laragon | |
---|---|---|
113 | 46 | |
26,103 | 3,049 | |
- | - | |
0.0 | 4.1 | |
3 months ago | 2 months ago | |
Shell | PHP | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitflow
-
What "new-to-you" tool did you recently start using that just changed your workflow for the better?
For us it was git-flow (https://github.com/nvie/gitflow). A straightforward yet effective way to impress momentum in the use of basic strategies: master branch is for production, feature/... for developing new stuff, devel(op) branch for preparing next release (merging feature and hotfixes), release/... for release candidates, hotfix/... for zero-day or fixes on production... Absolutely nothing new, absolutely easy to do.
-
Ask HN: What made you finally grok Git?
As a beginner - each of stash, branch, staged and remote is just a swimlane, kinda like illustration here: https://nvie.com/posts/a-successful-git-branching-model/ but can't remember where did I read it initially
- Learning git as a beginner
-
Does this look like a OK git flow for small team for manual deployment without CI/CD tools? (more in comments)
Another thing that other suggested me in the comments is to use trunk-based development, which from what I understand is to only create branches directly from master, for anything you do: bugfix, hotfix, feature. Keep them short-lived, then merge back to master. It also sounds like a good idea for me (I've been getting so many options in this short time and overwhelming). Do you think trunk based development is also a good idea? It soudns similar to what GitHub suggests (GitHub Flow: https://docs.github.com/en/get-started/quickstart/github-flow), and even the guy I first got the idea of the drawing above, suggested to use something like GitFlow: https://nvie.com/posts/a-successful-git-branching-model/
Please, also consider that the GitFlow's owner himself nowadays discourages teams from using GitFlow, as he commented in his web page https://nvie.com/posts/a-successful-git-branching-model/
-
How well do you need to know git?
if you can perform all steps described in this doc (which is similar to what most companies do), you are good: https://nvie.com/posts/a-successful-git-branching-model/
-
Be effective with Bitrise CI for Android — the lessons I learned the hard way.
There is git flow approach in place, which usually means multiple feature *branches exist at the same time in a remote repository. There is at least one *pull request per story. Each pull request needs to go through an integration* process* meaning the newest commit in a pull request triggers a fresh CI build. That’s being done in order to ensure the newest change won’t introduce any flaws. Yep, automation and unit test suites test each software incrementation. Software Engineers in Test (SET) writes automation tests as “a part of“ the feature in some cases.
-
Managing Embedded SW revs?
This is more easier version of that: https://nvie.com/posts/a-successful-git-branching-model/
Under Linux I use gitflow and gitversion. The former helps me with branch and tags management, the latter keep tracks of the semantic version in a semi-automatic fashion (given a branch/commit/tag it generate a semver automatically based on the repo log). Gitflow should be supported by GUI tools too, but I'm more a CLI guy.
-
Well-Architected Framework Review - Part III reliability
Manage change in automation: Changes to your infrastructure should be made using automation and IaC Tool, such as CDK or terraform. The changes that need to be managed include changes to the automation, which then can be tracked and reviewed, for example, in a VCS such as git and services such as GitHub with a branching model, such as git-flow.
laragon
-
First-timer wanting to build a very large site
Unless you plan to share the work as you go, either for feedback or help, you could do this, as /u/Blind_Newb suggests, on a local server. That would run right on your own PC. On a windows machine, I suggest Laragon as the localhost. It's lightweight, easy to set up, and easy to use. Of course, you could also do it online with a regular hosting account or similar - that will allow for collaboration and feedback.
-
Best dev environment for windows 11
In my opinion ht best dev environment on Windows 11 is laragon.
-
Is there a way to serve my application locally on somedomain.com instead of localhost:port? I am using vite
I'm using https://laragon.org/ and it's working like a charm
-
Free website builder (newbie help)
I would suggest Laragon https://laragon.org/ Tons more options, and it doesn't clutter the registry with impossble-to-remove entries. 👍
-
Should I install laravel globally or not?
No need, if you are using Windows, the third way is to install Laragon for your dev environment. You can then create a Laravel app:
-
Free Wordpress instalation.
I'm using https://laragon.org/ for localhost and it's really great. You can install Wordpress with one click. Give it a try...
-
My experience with JavScript and PHP as a junior web developer.
When it comes to learning or developing with PHP as beginner, I have realised the only way you could run a PHP is via web server solution(XAMPP)/development environment(Laragon)/or Live Server(non DB connected code).
-
Xampp - is this the best tool for offline WordPress website development?
I assume you are talking Windows because of Xampp, in which case I'd highly recommend Laragon (https://laragon.org/)
-
Flarum – Simple forum software for building great communities
Things like Laragon (https://laragon.org/) have taken up the XAMPP mantle in recent years. Not sure about production (I moved away from Windows for dev stuff similarly), but developing with PHP on Windows has definitely got easier, imo.
-
Local Dev Environment in 2022
Docker is a pain to work with and unless you have a need for it (i.e. complex infra you need to replicate locally or sharing container images across a team) I'd highly recommend just using Laragon, assuming you're working on a windows machine locally. It's super easy to setup, swap out dependencies (php versions, node versions, mysql versions, etc) and comes with a ton of preconfigured one-click setup options for laravel, WordPress and a bunch of other libraries/frameworks. https://laragon.org/
What are some alternatives?
docker-compose-laravel - A docker-compose workflow for local Laravel development
Laradock - Full PHP development environment for Docker.
argocd-example-apps - Example Apps to Demonstrate Argo CD
lando - A development tool for all your projects that is fast, easy, powerful and liberating
release-please - generate release PRs based on the conventionalcommits.org spec
postman-app-support - Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
devilbox - A modern Docker LAMP stack and MEAN stack for local development
semver - Semantic Versioning Specification
Laravel-Sanctum-Tutorial
All-In-One-WP-Migration-With-Import - All In One WP Migration With Import, forked from version 6.77 with the file upload size limitation increased to 32GB.
volta - Volta: JS Toolchains as Code. ⚡
terraform-provider-wireguard - Terraform provider for WireGuard metadata