Last active
October 20, 2021 07:38
-
-
Save qa1/e6df203a19f7db7498b731318dfe2a12 to your computer and use it in GitHub Desktop.
Revisions
-
qa1 revised this gist
Oct 20, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This 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 @@ -23,4 +23,5 @@ php artisan make:auth php artisan thinker App\Models\User::factory()->create() php artisan make:migration create_products_table --create=products php artisan make:controller ProductController --resource --model=Product php artisan make:model Todo -
qa1 revised this gist
Oct 18, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This 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 @@ -22,4 +22,5 @@ php artisan make:auth php artisan thinker App\Models\User::factory()->create() php artisan make:migration create_products_table --create=products php artisan make:controller ProductController --resource --model=Product -
qa1 revised this gist
Oct 18, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This 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 @@ -22,3 +22,4 @@ php artisan make:auth php artisan thinker App\Models\User::factory()->create() php artisan make:migration create_products_table --create=products -
qa1 revised this gist
Oct 18, 2021 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This 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 @@ -18,4 +18,7 @@ npm install && npm run dev # npm install -g n # n stable && PATH="$PATH" sudo apt autoremove php artisan make:auth php artisan thinker App\Models\User::factory()->create() -
qa1 revised this gist
Oct 18, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This 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,3 +1,4 @@ #composer create-project --prefer-dist laravel/laravel blog composer global require "laravel/installer=~1.1" # ~/.composer/vendor/bin laravel new projectName -
qa1 revised this gist
Oct 9, 2021 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This 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,12 +5,16 @@ composer require laravel/ui php artisan ui vue --auth php artisan migrate npm install && npm run dev > got install cannot find module 'semver' error # sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm # sudo rm -rf /usr/local/lib/node* # sudo rm -rf /usr/local/bin/node* # sudo rm -rf /usr/local/include/node* # sudo apt-get purge nodejs npm && apt autoremove # sudo apt-get install nodejs npm > got version node error # npm cache clean -f # npm install -g n # n stable && PATH="$PATH" sudo apt autoremove php artisan make:auth -
qa1 revised this gist
Oct 8, 2021 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This 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,4 +5,12 @@ composer require laravel/ui php artisan ui vue --auth php artisan migrate npm install && npm run dev # got install cannot find module 'semver' error # sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm # sudo rm -rf /usr/local/lib/node* # sudo rm -rf /usr/local/bin/node* # sudo rm -rf /usr/local/include/node* # sudo apt-get install nodejs npm sudo apt-get purge nodejs npm sudo apt autoremove php artisan make:auth -
qa1 revised this gist
Oct 8, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This 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,4 +3,6 @@ composer global require "laravel/installer=~1.1" laravel new projectName composer require laravel/ui php artisan ui vue --auth php artisan migrate npm install && npm run dev php artisan make:auth -
qa1 created this gist
Oct 8, 2021 .There are no files selected for viewing
This 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 @@ -0,0 +1,6 @@ composer global require "laravel/installer=~1.1" # ~/.composer/vendor/bin laravel new projectName composer require laravel/ui php artisan ui vue --auth php artisan migrate