Courseville Project Resources
Jump to navigation
Jump to search
Contents
Docker
Laravel
Resources
- [https://ollieread.com/blog/2018/08/16/laravel-rbac-role-based-access-control-without-over-engineering?fbclid=IwAR1-E0rVNRct3VpMby6_8b4TcnuSVa96y252rN1wcvKJ6guW54uyLXrFB2s]
- [https://www.sitepoint.com/eloquents-polymorphic-relationships-explained/?fbclid=IwAR1vGv59a-NVbqt9Jeqk6GbvI00u0EPSfxS-0boFjsHRzmRmBFGKXL7EP0w]
Deploying
- [How to Setup a Laravel Project You Cloned from Github.com]
composer install npm install cp .env.example .env php artisan key:generate php artisan migrate
OAUTH
- [Make an OAuth2 server using Laravel Passport]
- [Create API Rest with Laravel 5.6 Passport Authentication (Part 1)]
- [Laravel Passport] (OAUTH Library)
Errors
Tutorials (Thai)
- Mos Programmer
- Part 0: [https://medium.com/@mosprogramer/laravel-แล้วนายกับฉันก็ได้เจอกัน-cf62018531af]
- Part 1: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-1-26bb954ac085]
- Part 2: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-2-c1d038889ec3]
- Part 3: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-3-d0f58a4ca880]
- Part 4: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-4-531f2c9dabe9]
- Part 5: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-5-cb9f8f231dd5]
- Part 6: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-6-57283e8cb600]
- Part 7: [https://medium.com/@mosprogramer/เรียน-laravel-กับ-mos-programmer-ตอนที่-7-428156b6858a]