Skip to content

Instantly share code, notes, and snippets.

@hootlex
Last active October 12, 2025 04:38
Show Gist options
  • Save hootlex/da59b91c628a6688ceb1 to your computer and use it in GitHub Desktop.
Save hootlex/da59b91c628a6688ceb1 to your computer and use it in GitHub Desktop.

Revisions

  1. hootlex revised this gist Mar 5, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions laravellocal.md
    Original 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 `.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` )
    - 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`
  2. hootlex revised this gist Sep 18, 2015. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion laravellocal.md
    Original 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 :)
    #####You can now access your project at localhost:8000 :)

    ## If for some reason your project stop working do these:
    - `composer install`
    - `php artisan migrate`
  3. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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`
    - 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.
  4. hootlex revised this gist Sep 17, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions laravellocal.md
    Original 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
    - 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```
  5. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 )
    (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`
  6. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 )
    # 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`
  7. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions laravellocal.md
    Original 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`
  8. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 and fill the database information
    - 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`
  9. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    cmder will be refered as console

    ##Everybody (windows users continue here):
    ##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
  10. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 seeder, if any.
    - Run `php artisan db:seed` to run seeders, if any.
    - Run `php artisan serve`

    ###You can now access your project at localhost:8000 :)
  11. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 :)
  12. hootlex revised this gist Sep 17, 2015. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,10 @@
    ##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
    - 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`
  13. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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
    - [ ] 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)
    - [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):
  14. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ##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
    - [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

  15. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - [ ] Download wamp: http://www.wampserver.com/en/
    - [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
  16. hootlex revised this gist Sep 17, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    ##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
    - [ ] 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`
  17. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - [ ] Download wamp: http://www.wampserver.com/en/
    - [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
  18. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - [x] Download wamp: http://www.wampserver.com/en/
    - [ ] 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
  19. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - [ ] Download wamp: http://www.wampserver.com/en/
    - [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
  20. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - [x] Download wamp: http://www.wampserver.com/en/
    - [ ] 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
  21. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ##Windows users:
    - Download wamp: http://www.wampserver.com/en/
    - [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
  22. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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
    - cmder will be refered as console

    ##Everybody (windows users continue here):
    - Create a database locally named `homestead`
  23. hootlex revised this gist Sep 17, 2015. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions laravellocal.md
    Original 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
    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 db:seed` to run seeder, if any.
    - Run `php artisan serve`
    -
    ###You can now access your project at localhost:8000 :)
  24. hootlex revised this gist Sep 17, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions laravellocal.md
    Original 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`
  25. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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) http://www.computerhope.com/issues/ch000549.htm
    - 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):
  26. hootlex revised this gist Sep 17, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion laravellocal.md
    Original 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):
  27. hootlex revised this gist Sep 17, 2015. No changes.
  28. hootlex revised this gist Sep 17, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions laravellocal.md
    Original 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):
  29. hootlex revised this gist Sep 17, 2015. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions laravellocal.md
    Original 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:
    ##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 `composer install` or ```php composer.phar install```
    - Run `php artisan migrate`
    - Run `php artisan db:seed` to run seeder, if any.
  30. hootlex revised this gist Sep 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion laravellocal.md
    Original 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 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```