Search found 6 matches
- 04 Jun 2022, 13:37
- Forum: Help
- Topic: sitemap how can make¿
- Replies: 1
- Views: 1875
sitemap how can make¿
hi i need know how i can make sitemap i read this tutorials. need know how replace this ? use App\Article; use App\Category; use App\Question; use App\Tag; meaby ? use App\Aimeos\Article; ???? thanks https://onlinecode.org/laravel-9-automatically-generate-sitemap/ https://www.positronx.io/laravel-ge...
- 29 May 2022, 15:50
- Forum: Help
- Topic: need verification email for new users
- Replies: 2
- Views: 1600
Re: need verification email for new users
i solved
shop.php
//'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth']],
'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth', 'verified']], //email verification de cuenta
shop.php
//'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth']],
'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth', 'verified']], //email verification de cuenta
- 28 May 2022, 11:43
- Forum: Help
- Topic: need verification email for new users
- Replies: 2
- Views: 1600
need verification email for new users
because when registering someone does not need to verify email. I want the email to be verified but something happens and it is not necessary, how do I solve this? The email with the link to activate is arriving fine. in web routes Auth::routes(['verify' => true]); What is happening because the emai...
- 26 May 2022, 12:16
- Forum: Laravel package
- Topic: how do add captcha to login page?
- Replies: 2
- Views: 1940
Re: how do add captcha to login page?
thaks i go try do this
have nice day m8
have nice day m8
- 25 May 2022, 12:23
- Forum: Laravel package
- Topic: how do add captcha to login page?
- Replies: 2
- Views: 1940
how do add captcha to login page?
how do add captcha to login page? example this packet of captcha. https://github.com/mewebstudio/captcha here tuto steps for laravel but for aimeos how i can add this ? https://www.positronx.io/laravel-captcha-tutorial-example/ thanks in advance i think aimeos login need more security is good idea c...
- 08 May 2022, 10:45
- Forum: Help
- Topic: add colum users table and all work fine now
- Replies: 1
- Views: 1165
add colum users table and all work fine now
All done. My biggest problem was adding a column to the users table, but everything works fine now. Now I can edit, save and view user data from both front and back. I had to modify a lot of things to add a simple column to the users table and everything would work fine. I had problems that when the...