-
So I'm actually using passport to authenticate my entire API. However, I've now reached the point where I actually need stateful authentication for a first-party front-end.
I found airlock as a po…
-
What do you think about it:
```html
```
Rendered with index:
```html
```
My stupid fix:
```javascript
if (_this.multiple) {
element.domProps['name'] = vnode.data.attrs.name.r…
-
when I clone your project into my directory. I cannot use composer install to get vendor folder. My composer not error but not support your vue-spa. I dont know why. I can use composer to download lar…
-
How would this work with a VueJS SPA and Laraval as an API only implementation?
Would you have to send the domain along with each request from VueJS?
-
Hello!
Thank you for you great tool!
How would
```php artisan storage:link --domain domain.of.this.site```
work properly?
https://laravel.com/docs/master/filesystem#the-public-disk
Current…
-
@adr1enbe4udou1n just discovered your repo.
I understand that the [frontend](https://laranuxt.okami101.io/about-us) is in Nuxt.
Is the [admin section here](https://laranuxt.okami101.io/admin/) built…
-
I have a custom login route for token (Passport) generation purposes
```php
JsonApi::register('v1')->routes(static function (Api $api) {
/**
* Custom route that uses SessionController
…
-
I'm running into a strange issue with my CORS requests sending back a 301 redirect to the http variant of my endpoint(s).
Small bit of context:
I have an SPA built in React, using the `fetch()`…
-
- Laravel Version: 6.3.0
- Nova Version: 2.5.0
- PHP Version: 7.2
- Database Driver and Version: pgsql 10
- Operating System and Version: debian 10.1
- Browser type and version: FF latest
### …
ghost updated
5 years ago
-
Eventually, I'd like this theme to support a few common plugins out of the box. The basic way I intend for this to work is to have branches that add support and basic pages for different plugins, and …