-
One little missing feature of laravel blade is that we can pass additional variables as the second parameter to @include in blade (as laravel docs says) but I did not find it on tale-jade-laravel.
[h…
-
![image](https://github.com/gdarko/laravel-vue-starter/assets/16397672/0f39edf3-cd3b-4b2c-a0c6-7586272723cc)
run command : php artisan serve
my .env config
APP_URL=http://127.0.0.1:8000
SANCT…
-
I've tried integrating this with Fortify / Jetstream on my login page.
Below is in my FortifyServiceProvider
`
Fortify::authenticateUsing(function (Request $request) {
$user = User…
-
calling `php artisan ui:auth --views --force stisla` throw an exeption
> Argument 1 passed to PotetoDev\LaravelUiStisla\StislaPreset::install() must be an instance of Laravel\Ui\UiCommand, instan…
-
I have an error when I am installing project like that
`
`
-
i am using Laravel 6,
after register ServiceProvider i get :
> Missing required parameters for [Route: api-tester.file] [URI: api-tester/assets/{_file}]. (View: ...../vendor/asvae/laravel-api-test…
-
Larave 11 with fortify package for auth is showing error- unable to locate a class or view for component [guest-layout]
I tried to put the guest-layout page inside resources->views->layouts folder as…
-
### Bug description
Well, I have this exception occuring quite often in my website.
### How to reproduce
I don't know how to reproduce this, maybe related with memory? I have no idea.
### Lo…
-
We have a little problem in our active menu highlight feature.
At the moment each theme implements their own active menu selector script, that leads to inconsistencies and bugs that happen in one …
pxpm updated
3 months ago
-
Working on Laravel 10 upgrade in my dev env and just noticed new signups don't get any e-mails anymore. Tried the following in Laravel Tinker:
```
> UserVerification::send($user, 'My Custom E-mail…
ghost updated
9 months ago