@Ftoi bad idea is relative :-) ... is not bad if you need it, but if you look in the future is nice to have branching strategy.
Think on scenario when client want some feature ...you start new branch...work on it, merge to test branch and have changes only on one server.... then merge to qa...staging and finally master ... in ideal case this is fine, but what if you decide not to merge... you have two or more new features in parallel... this when your branching strategy can help you to survive with almost no damage :-)
Will create a new folder name october with the repo contents. You'd do the same with your remote. To clone to repo into another directory name just append the clone command with a name of your choice.
@phpMick yes, as @JoeDawson ...you don't need to create new project, you just clone your own and specify what branch you will use.
Please read the first link for git flow, you will get more clear picture what we are talking here.
That's right @phpMick, but you'll just have to run a composer install to pull that all in then you should be set. Just need to consider your config files (copy over your .env from your existing and modify if you're using it).
Then checkout your branch you want to use in the new folder :)
@phpMick yep, same as @JoeDawson tell you... read my comment up...it will also need to create .env file to setup cos it in .gitignore and it will not be copied when you clone from git.
And this is one time only, next time you will just make git pull (and only composer install if you have new packages in composer.json)
Did a git clone to a new dir.
Then composer install.
There is still 20 meg difference and I am getting:
Whoops, looks like something went wrong.
Just having a look in the logs.
production.ERROR: exception 'RuntimeException' with message 'No supported encrypter found. The cipher and / or key length are invalid.' in /var/www/html/selectionTestEnv/bootstrap/cache/compiled.php:70$
Stack trace:
Copied the .env file and it looks like it is working.
@phpMick ah :-) you are on right track, but , you don;t have .env and/or generated key you will need to run: php artisan key:generate after creating .env (use .env-example as staring point)
hlww everyone
i am clone the project every thing work fine but if try to login then it show only view page means not goto the conroller ... . i am created the controller and set the route ..
.please help me ..