Difference between revisions of "Courseville Project Resources"
Jump to navigation
Jump to search
(Created page with "== Docker == * https://bitpress.io/simple-approach-using-docker-with-php/?fbclid=IwAR0psAfTg9hjJGYJf9XFjmhkdWt9IytV_qEOKZhY5RKp6DdWJB896G-_uYs My Simple Approach to using Do...") |
|||
Line 4: | Line 4: | ||
== Laravel == | == Laravel == | ||
* [[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]] | ||
+ | * [[https://blog.pusher.com/make-an-oauth2-server-using-laravel-passport/ Make an OAuth2 server using Laravel Passport]] | ||
+ | * [[https://medium.com/modulr/create-api-authentication-with-passport-of-laravel-5-6-1dc2d400a7f Create API Rest with Laravel 5.6 Passport Authentication (Part 1)]] | ||
+ | * [[https://laravel.com/docs/5.8/passport Laravel Passport]] (OAUTH Library) | ||
+ | |||
+ | === Errors === | ||
+ | * [[https://laravel-news.com/laravel-5-4-key-too-long-error Specified key was too long error]] |
Revision as of 17:19, 17 April 2019
Docker
Laravel
- [How to Setup a Laravel Project You Cloned from Github.com]
- [Make an OAuth2 server using Laravel Passport]
- [Create API Rest with Laravel 5.6 Passport Authentication (Part 1)]
- [Laravel Passport] (OAUTH Library)