Skip to content

How to change collection_name in spatie?

I’m a newbie in spatie. I have some trouble, I don’t know how to change collection_name in spatie. I select a record with collection_name is enter code here and change it to doctor_avatar and I do …

Laravel make:auth custom folder

I’m new to using laravel 5.7. I made a make:auth and to authenticate I need use http://localhost:8000/login and when I login I get redirected to http://localhost:8000/home, but I want login on http://…

failed to parse field [datefield] of type [date]

I’m trying to index a lot of records but I’m facing some troubles when index publish_up field. I mapped that field as date and format by default but I get this error: Error: 400 {“error”:{“…

How to remove form information after submit

For a school project I need to make a website that uses a database to perform queries aka a login system. The login system fully works, but when a user for example tries to sign in with a username …