Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

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

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8259891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:57:58+00:00 2026-06-08T02:57:58+00:00

I know this question may have appeared few times here and in the internet.

  • 0

I know this question may have appeared few times here and in the internet. But still I feel it is not clear for somebody who wanted to enter into the world of frameworks. I have followed these links Rob Allens Tutorial, ZF Quick Tutorial.

But some how I feel it is not quite clear with the installation part. I have a windows system basically Vista with the newest version of XAMPP installed. I have downloaded the latest version of ZFSkeletonApplication from this link ZFSkeletonApp, extracted the skeleton contents, renamed the folder to zendframework and moved it to xampp folder i.e now ZF skeleton is in c:\xampp\zendframework.

So until here everything seems clear and easy, from here I am some how lost with the configurations. Can some one elaborate the things from here how to install the Zf and make it work, like changes in the include paths, .htaccess files and so on. Please do remember that I have windows with XAMPP on it. If some one can guide me exactly for this set up, it would be helpful.

P.S. It would be good if one can provide info about the changes which I need to make with examples consisting of paths, so that I am not lost, for example like you can find .htaccess file here(ex pathname), changes in .htaccess file should be so and so.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T02:57:59+00:00Added an answer on June 8, 2026 at 2:57 am

    For future references, i also made a big post on how to install ZF2 on a windows xampp environment right here Install ZF2 on Windows Xampp

    OK, i have done this on multiple systems now. For a home system the following steps work quite well:

    • Download msysGit and install it to any directory
    • Run the git-cmd.bat from the msysGit-Folder
    • Move into the directory you want i.e. C:\xampp\htdocs\ (this is done via cd dirname or cd .. to go up a level, change partition with D: and hit enter)

    Run the following command. The <OptionalFolderName> would be the name of a Sub-Directory of htdocs, if you skip this, the folder will get named ZendSkeletonApplication

    git clone git://github.com/zendframework/ZendSkeletonApplication.git <OptionalFolderName>
    

    Possible Trouble Scenario (fatal:unable to connect to github.com)

    Once again at workplaces, pretty often the default port (9418) for the git-protocol is blocked. If this is the case for you, then you should try one of the following Commands

    git clone https://github.com/zendframework/ZendSkeletonApplication.git <OptionalFolderName>
    git clone git@github.com:zendframework/ZendSkeletonApplication.git <OptionalFolderName>
    

    Now you are not done yet. The skeleton Application is installed, but the framework is still missing, here some people might run into the first problems, but this actually is quite easy.

    We’re still at the command line interface

    • cd <OptionalFolderName> or cd ZendSkeletonApplication depending on what you did earlier
    • php composer.phar self-update
    • php composer.phar install (this might take a while)

    So, this is the part where lots of things can happen. I have two scenarios happened to me:

    Scenario #1 No directory write permissions

    This is easily handled by running the command line interface with administrator privileges

    Scenario #2 Working behind a router (i.e. at work)

    Personally i didn’t have to do much to get this working, but the line might change depending on your proxy. Personally i did the following at the command line interface

    • SET HTTP_PROXY=http://proxy.domain.tld:8080 you might also be good with
    • SET HTTP_PROXY=proxy.domain.tld:8080 don’t ask me why, but i needed the http://

    With all those done, you should have an almost running ZendSkeletonApplication. The other part is how to set up your virtual host, but i won’t go into detail on this, as that’s even ZF1 Stuff and everyone should be familiar with that by now, if not, there’s good resources to learn out there.

    I hope i could be of help to you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this question has been asked many times, but I have not been
I know this is a total newbie question, but the answer may not be
This question may have been asked already - but unfortunately, I could not find
I'm aware that this question may have been asked before, but I still haven't
Hi guys this question may look to be very silly. But still i have
Well I know this question is asked a thousand times on internet but I
I think I may have overlooked something here, but I'm not sure why this
I don't know if my wording for this question may be off, but here's
I know this question may well be the silliest question you've heard today, but
I know this question may be a duplicate of some other ones, but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.