| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Virtual Internship Experience (Investree) - Fullstack - Faqih Pratama Muhti
Laravel 8 Articles created by :
Admin
git clone git@github.com:programmerShinobi/task-5-fullstack.git
composer install
//... APP_URL=http://127.0.0.1:8000 //... DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=articles_db DB_USERNAME=root DB_PASSWORD= //...
php artisan key:generate
composer update
php artisan migrate:fresh --seed
php artisan passport:install
//...
class LoginController extends Controller
{
public function store(Request $request)
{
//...
'client_id' => '...',
'client_secret' => '...',
//...
}
//...
}
//...
'url' => env('APP_URL', 'http://127.0.0.1:8000'),
//...
php artisan jwt:secret
php artisan serve
http://127.0.0.1:8000
http://127.0.0.1:8000/api/...
Just Contact Me At :
| Back | FazBrowse Home | New Git URL |