Last active
          October 12, 2025 04:38 
        
      - 
            
      
        
      
    Star
      
          
          (271)
      
  
You must be signed in to star a gist 
- 
              
      
        
      
    Fork
      
          
          (129)
      
  
You must be signed in to fork a gist 
- 
      
- 
        Save hootlex/da59b91c628a6688ceb1 to your computer and use it in GitHub Desktop. 
Revisions
- 
        hootlex revised this gist Mar 5, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cmder will be refered as console - Create a database locally named `homestead` utf8_general_ci - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider. - Rename `.env.example` file to `.env`inside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run `mv .env.example .env` ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan key:generate` 
- 
        hootlex revised this gist Sep 18, 2015 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,8 +14,13 @@ cmder will be refered as console (windows wont let you do it, so you have to open your console cd your project root directory and run `mv .example.env .env` ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan key:generate` - Run `php artisan migrate` - Run `php artisan db:seed` to run seeders, if any. - Run `php artisan serve` #####You can now access your project at localhost:8000 :) ## If for some reason your project stop working do these: - `composer install` - `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmder will be refered as console ##Mac Os, Ubuntu and windows users continue here: - Create a database locally named `homestead` utf8_general_ci - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider. - Rename `.example.env` file to `.env`inside your project root and fill the database information. 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cmder will be refered as console ##Mac Os, Ubuntu and windows users continue here: - Create a database locally named `homestead` - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider. - Rename `.example.env` file to `.env`inside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run `mv .example.env .env` ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmder will be refered as console - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Rename `.example.env` file to `.env`inside your project root and fill the database information (windows wont let you do it, so you have to open your console cd your project root directory and run `mv .example.env .env` ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmder will be refered as console - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Rename `.example.env` file to `.env`inside your project root and fill the database information # windows wont let you do it, so you have to open your ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,7 @@ cmder will be refered as console - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Rename `.example.env` file to `.env`inside your project root and fill the database information # windows wont let you do it, so you have to open your ) - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cmder will be refered as console - Create a database locally named `homestead` - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Rename `.example.env` file to `.env`inside your project root and fill the database information - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmder will be refered as console ##Mac Os, Ubuntu and windows users continue here: - Create a database locally named `homestead` - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cmder will be refered as console - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` - Run `php artisan db:seed` to run seeders, if any. - Run `php artisan serve` ###You can now access your project at localhost:8000 :) 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,5 +16,5 @@ cmder will be refered as console - Run `php artisan migrate` - Run `php artisan db:seed` to run seeder, if any. - Run `php artisan serve` ###You can now access your project at localhost:8000 :) 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ ##Windows users: - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) cmder will be refered as console ##Everybody (windows users continue here): - Create a database locally named `homestead` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - [x] Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - [x] Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - [ ] cmder will be refered as console ##Everybody (windows users continue here): 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - [x] Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - [ ] Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - [ ] cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - [ ] Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - [ ] Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - [ ] cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ ##Windows users: - [ ] Download wamp: http://www.wampserver.com/en/ - [ ] Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - [ ] Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - [ ] cmder will be refered as console ##Everybody (windows users continue here): - Create a database locally named `homestead` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [ ] Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [ ] Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ##Windows users: - [x] Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console ##Everybody (windows users continue here): - Create a database locally named `homestead` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) cmder will be refered as console ##Everybody (windows users continue here): - Create a database locally named `homestead` @@ -12,4 +12,7 @@ - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` - Run `php artisan db:seed` to run seeder, if any. - Run `php artisan serve` - ###You can now access your project at localhost:8000 :) 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,10 @@ - cmder will be refered as console ##Everybody (windows users continue here): - Create a database locally named `homestead` - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Rename `.example.env` file to `.env`inside your project and fill the database information - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ##Windows users: - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash) - cmder will be refered as console ##Everybody (windows users continue here): 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,6 @@ - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) http://www.computerhope.com/issues/ch000549.htm - cmder will be refered as console ##Everybody (windows users continue here): 
- 
        hootlex revised this gist Sep 17, 2015 . No changes.There are no files selected for viewing
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ ##Windows users: - Download wamp: http://www.wampserver.com/en/ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - Update windows environment variable path to point to your php install folder (inside wamp installation dir) http://www.computerhope.com/issues/ch000549.htm - cmder will be refered as console ##Everybody (windows users continue here): 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,10 @@ - Download and extract cmder mini: https://github.com/cmderdev/cmder/releases/download/v1.1.4.1/cmder_mini.zip - cmder will be refered as console ##Everybody (windows users continue here): - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` - Run `php artisan migrate` - Run `php artisan db:seed` to run seeder, if any. 
- 
        hootlex revised this gist Sep 17, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ - cmder will be refered as console ##Everybody: - Download composer https://getcomposer.org/download/ - Pull Laravel/php project from git provider - Open the console and cd your project root directory - Run `composer install` or ```php composer.phar install``` 
NewerOlder