-
### Is your feature request related to a problem? Please describe.
## Describe the solution you'd like
## Describe alternatives you've considered
## Additional context
ghost updated
4 years ago
-
Hi.
I try create custom template, but having a problem with template folder.
For beginning i just copy template typescript-fetch and try use it my local folder.
`docker run --rm -v C:\generatort…
-
Based on the `php` generator templates, these are the main differences:
* [ ] Usr PSR-18 client to send requests.
* [x] PSR-18 client injected rather than Guzzle client.
* [ ] A discovered …
-
### 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…
-
### Versions:
- laravel-modules Version: #.#.#
```bash
composer show nwidart/laravel-modules
name : nwidart/laravel-modules
descrip. : Laravel Module management
keywords : laravel, module, m…
-
```
"message": "Method validateResolved does not exist.",
"file": "/var/www/app/vendor/illuminate/support/Traits/Macroable.php",
"line": 96,
"trace": [
"0 /var…
gitkv updated
5 years ago
-
e.g. http://laravel-notification-channels.com/
-
https://github.com/mitulgolakiya/laravel-api-generator/issues/73#event-387310159
Sorry you closed the issue before I finished trying what you said to try.
Here are the problems im having now.
1- …
-
## Current behavior
I try to validate boolean
```php
public function index(Request $request)
{
$request->validate([
'page' => 'sometimes|integer|min:1',
…
-
When configuring a filter as follows:
```php
Where::make('modified_since', 'updated_at')->using('>='),
```
The generator breaks, it tries to get example data from the name of the filter, ignor…