-
- Laravel Version: 6.0.*
- PHP Version: 7.2.13
- Database Driver & Version:
MySql
### Description:
I found a problem but for some reason implementing Email Validation in a fresh installation of…
-
Hello! Thank you for a great package! Good to have e-shop, which is native to Laravel.
I have a problem with Vanilo installation along existing application. Documentation says i have to extend User…
-
### Prerequisites
Custom element development
* [x] You've read the [documentation](http://laraform.io/docs) and couldn't find an answer.
* [x] Your question isn't already asked before.
* […
-
After weeks of struggling to get Passport to work with my SPA, I return to Laravel Airlock to find it "just works", so thank you for that 🤗
My question is in regards to integrating Airlock with Spa…
jhull updated
4 years ago
-
Sry if this isn't the place to post this, but I can't find anyone with same problem.
Fresh install of latest Laravel w/ Spark. Everything works great if `app.js` is in ``, but the moment I move to …
jhull updated
4 years ago
-
Hello,
Is the AGPL licence intentional? I'd like to consider to use some elements of this project, but the license is too restrictive for mine, and I suspect others, current needs. Any chance of MI…
-
I'm using standalone version of `laravel-mix@1.6.1` with `npm@5.5.1` and I'm only compiling `scss` file:
```javascript
let mix = require('laravel-mix');
mix
.setPublicPath('/')
.sass(…
-
When calling $this->authorize as per the docs I get an unauthorized 403 error.
The policy called (with added logging) is:
```
public function update(Staff $user, RiskAssessment $assessment)
…
-
Just wondering if there will be a changelog on the website, or if I can be emailed anytime an update is pushed so I know when to update my app.
Or alternatively, will we get access to a private rep…
-
Is there a recommended way to safely work with & include API keys for open-source laravel-zero applications?
Reading the docs it seems if I can make an .ENV with API_KEY tokens, then reference thos…