Adnan
Adnan
I cant really remember how or why, but I have a "create function" inside the AuthController: ``` protected function create(array $data) { $create = User::create([ 'username' => $data['username'], 'name' =>...
> @kickthemooon thanks for creating this issue! Did you maybe use it like this: > ```yaml > - !/some/path/in/my/repo > ``` > Since `!` is a special character in yaml,...
use `devspace dev --config devspace.yaml`
@scottrigby Thanks, I'll take a look and try to give feedback.
same here i have the font in my css like this ``` @font-face { font-family: 'Quicksand'; src: url('/fonts/quicksand/Quicksand-VariableFont_wght.ttf') format('TrueType'); font-weight: normal; font-style: normal; font-display: swap; } ``` and the actual...
I always look for the "example" directory. Will have to start looking for playground as well for nuxt projects at least. Thanks.