-
I've tried integrating this with Fortify / Jetstream on my login page.
Below is in my FortifyServiceProvider
`
Fortify::authenticateUsing(function (Request $request) {
$user = User…
-
### Bug description
On my "dashboard.blade.php", I have this tag component:
```
```
And I have a `welcome.blade.php` file in my `components` directory.
When I do a `ctrl+click` on the ``…
-
File vendor.js not defined in asset manifest. (View: C:\xampp\htdocs\laravel-5-angular-2-example\resources\views\scripts-import.blade.php) (View: C:\xampp\htdocs\laravel-5-angular-2-example\resources\…
-
The documentation page for blade on the laravel page has moved to:
http://laravel.com/docs/templates#blade-templating
(this should be changed in the readme where the old url is used)
Regards,
Hendri…
-
How do I setup Herbert to use Blade instead of Twig as the templating library?
-
# Bug report
### What I did
I have two ```dropzone``` fields, along with some other fields, within a ```repeatable```. I'm using the ```backpack/medialibrary-uploaders``` and ```spatie/laravel-…
-
For example '.source.php' snippets work flawlessly on .php files, but they doesn't appear in .blade.php files. Moreover '.source.blade.php' snippets don't appear at all, anywhere. I installed laravel …
-
Hi.
I am running a Laravel app in Docker. When starting the extension I get a number of errors.
app_db is the Docker service name.
The errors are all of the same type, namely:
```
SQLSTATE[…
-
Custom scope directive works as intended until we add our custom configuration of `Blade::stringable` into `AppServiceProvider`.
Steps to reproduce
- Install this package
- Use the example from t…
-
Hello, I dont know how pass the token to the view from the controller.
Can somebody help me?
Thanks