Sajad Salem

Results 8 issues of Sajad Salem

hi I get a new aah project instance and run go mod init to add Go Module to the project after I run aah run I get ``` --------------------------------------------------------------- aah...

hi I try to install kontrol using the command ``` go get github.com/koding/kite/kontrol/kontrol ``` and i get ``` module declares its path as: github.com/Masterminds/squirrel but was required as: github.com/lann/squirrel ```

I try to make a pull request to add Golang supporting but I can't so i fork the project and make the changes and push them all changes is in...

setup tailwind with golang using postcss

Recently I was trying to use tailwindcss in gobuffalo project and it was a painful process to changes the generated code every time I generate a resource, is there any...

On the following code. I am using hasMany with inline relation. But when I add validation on fields in "ProductAddons". It is not working. // Bundle Resource HasMany::make('Addons', 'addons', \App\Nova\ProductAddons::class)...

The first time I use the helper its work just fine now when I send headers it's not being sent