Create a very basic beginning of a future PHP framework. It has to be OOP/MVC. Here is an example of one such framework that someone else has created to give you an idea: https://github.com/panique/mini -
How do i run this code from github?
Create a very basic beginning of a future PHP framework. It has to be OOP/MVC. Here is an example of one such framework that someone else has created to give you an idea: https://github.com/panique/mini -
How do i run this code from github?
You shouldn’t run it from GitHub. Download it and move it to your server.
iam using xampp will that work
Yep, it is the same as any other php file
So is this a good reference to use http://www.youtube.com/playlist?list=PLfdtiltiRHWGXVHXX09fxXDi-DqInchFD
Also my assignment is to make a basic pho framework with MVC how?
What’s unclear about it? Using PHP? Making a framework? MVC? And it’s either way a very hard question to answer, as people are disagreeing (a lot) on what a framework should and shouldn’t do. And what MVC is and how it should be implemented.
Part of the assignment is probably figuring out some of the issues and to be able to explain or reflect on those differences and why you’ve made the choices you made.
I download this prject https://github.com/panique/mini how do i run it?? it is a zip file from github and im trying to import it into netbeans to run its a php mvc framework a micro framework. how do i run this project https://github.com/panique/mini? Also i am using xampp doi run from here im not sure…how do i pull it in?
[quote author=Jsbouche link=topic=26311.msg96436#msg96436 date=1479917158]
iam using xampp will that work
[/quote how do i do this move the project to my server…i also just can open it in netbeans and run it but it wont let me…it says it isnt a netbeans project…basically how do i run this FILE!!!
I’d suggest following their docs for running it in Vagrant (one click install). Using Vagrant will mean it runs in a virtual machine so you don’t install a lot of useless stuff on your computer (web/db servers, etc)
OK I GOT AS FAR AS THIS AND IM STUCK ON THESE 4 STEPS…HOW DO I LOG ONTO MY SERVER DO I NEED WINDOWS SERVER OR COULD I DO THIS FROM MY COMMAND PROMPT…ALSO I HAVE XAMPP
Advertisement
wget https://raw.githubusercontent.com/panique/mini/master/_vagrant/bootstrap.sh
3. Make the script executeable:
chmod +x bootstrap.sh
4. Run the script, make sure you’re running it as sudo (otherwise you’ll have a broken installation):
sudo ./bootstrap.sh
Then the installer will run for some minutes, downloading and installing all the stuff, setting the passwords etc. When the script has finally stopped you’ll see “Voila!” on your shell.