-
### Pulse Version
1.2
### Laravel Version
10.4
### PHP Version
8.2
### Livewire Version
3.5
### Database Driver & Version
mysql
### Description
when i try to access /pulse this error appear…
-
With a fresh laravel 9 project I try to execute this command : `artisan infyom.publish:user`
This is the response:
```
InvalidArgumentException
View [users.create] not found.
at ven…
-
Many ways to do this but as of right now the routes are only working some of the time.
Here is an example using model binding into route:
``` php
/**************** Model binding into route ******…
-
I have integrated the generator-builder. When I click button generate I get error message like The command "infyom:scaffold" does not exist.
-
The command:
php artisan infyom:scaffold Questionario --fromTable --table=questionario --primary=que_id --plural=Questionari --connection=checkpoint
works well in 5.4.1 version. Now it doesn't wor…
-
It's an awesome project!
Will it support [Dingo API](https://github.com/dingo/api)?
-
Hi
I'm using this as a service. I can get it working for basic tables but now experimenting with relationships.
I've successfully displayed the name of a relationship but I get errors where the re…
-
Im installing laravelgenerator https://infyom.com/open-source/laravelgenerator/docs/10.0/installation
and I want to use the "Generate From Table" https://infyom.com/open-source/laravelgenerator/doc…
-
Fresh Laravel 9 installation with InfyOmLabs generator
app.js and app.css not being generated.
Followed all these stuff: https://infyom.com/open-source/laravelgenerator/docs/9.0/publish-layout
…
-
Still trying to get Rector to run on my Laravel app. Running `vendor/bin/rector process` (version 0.7.61) triggers the following errors. Note that the web app runs fine locally and all tests pass; the…