Difference between revisions of "Courseville Project Resources"

From Ta Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
=== Deploying ===
 
=== Deploying ===
 
* [[https://devmarketer.io/learn/setup-laravel-project-cloned-github-com/ How to Setup a Laravel Project You Cloned from Github.com]]
 
* [[https://devmarketer.io/learn/setup-laravel-project-cloned-github-com/ How to Setup a Laravel Project You Cloned from Github.com]]
 +
** <syntaxhighlight>
 +
composer install
 +
npm install
 +
cp .env.example .env
 +
php artisan key:generate
 +
php artisan migrate
 +
</syntaxhighlight>
  
 
=== OAUTH ===
 
=== OAUTH ===

Revision as of 14:04, 27 May 2019

Docker

Laravel

Resources

Deploying

OAUTH

Errors

Tutorials (Thai)