Laravel Airlock vs Laravel Passport [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Can i get posts, or create new posts with Laravel Airlock tokens, or for create or updated any rows in database i need use Laravel Passport?

Take a look at this great post : https://divinglaravel.com/authentication-and-laravel-airlock
The last part gives you the answer as well :) but please read it fully, it will clear things up for you.
and yes, you can use Airlock only not need to Passport

Related

Server-side testing forms laravel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I don't know if this can be done but I want to test through a cron job or but the laravel schedule forms from other websites, these websites are mine but independent from this project.
The purpose is to test the forms of several websites automatically to check that they work in the same way that would test a client, it is like making a bot that sends to the forms.
Thanks in advance.
Laravel Dusk (https://laravel.com/docs/8.x/dusk) is what you need to look into.

Save and Update Yii FW [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm having little less experience with Yii. Can anyone please help me with following?
In Yii Framework how exactly we can save and update Many to Many relationship?
Read the following topic.
You may use behavior solution or just take pieces of code for building your own logic.
http://www.yiiframework.com/forum/index.php/topic/6905-please-test-my-ar-enhancement-automatically-sync-many-many-table-when-calling-save/page__view__findpost__p__36659

Get Apost From Page on Facebook using php? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Hi I have Joined a facebook Group and I want to get the recent posts on my website using PHP.
I don't know where to begin. I used google to look this up but all I could find was how to get post from an app.
To achieve this you'd want to use Facebook's API: https://developers.facebook.com/. More specifically this is the documentation regarding accessing data from a group.

Laravel 5.2 mail-tracker [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I build new project using laravel 5.2 and I want track emails opens,clicks and bounced emails . But I didn't found the best. If you know please point me
This two package will be use full for you :
https://github.com/jdavidbakr/mail-tracker
https://github.com/ipunkt/laravel-analytics

how to extract API from websites in laravel 5.2? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new to the Laravel5 framework , so that I have no idea about this.I want to fetch data from a website and store that in my database.can anyone provide a sample coding that will come under model , view , controller and route, so that I can understand it in better way.
everything except something's come under model controller view and routes.
start from the Tutorials docs and continue to The Basics
navigate in the left navigation from top to bottom

Categories