-
Laravel Version: 5.6
in my page i show posts and i use diffForHumans to display how mush time pass when post created and i translate it usin Localized Carbon in arabic language . it's working but i…
-
В моём Laravel 5.4 приложении есть route: /{category_slug}/{good_slug}
При регистрации моделей в Sleeping Owl через сервис провайдер, routes для них создаются автоматически и с административным преф…
-
Не устанавливается, не обновляется atehnix/laravel-vk-requester
Это в связи с переездом репозитория? Не подскажите когда заработает?
-
Hi everyone, I'm Patricio from Argentina.
I'm new in Laravel 5, and I'm having an error when I try to excecute php artisan serve.
The problem appeared after trying to unsuccessfully install compose r…
-
Button `line-height` > button `height`, this prevents text from being vertically centered. Button is 32px, line-height is 34px.
![screen shot 2017-09-08 at 1 10 09 am](https://user-images.githubuse…
-
I've got custom Admin model (v3) that has is_active field. I can edit admins nicely using the admin forms. Question is: how do I add check for is_active = 1 to login process? I want to be able to disa…
-
Не работает с Laravel 5.2
-
### Стенд: http://new.laravel.su/
# Спринт 1 (v2.0)
- **Сайт**
- [x] Аутентификация
- [x] Регистрация
- [x] Подтверждение email
- [ ] Кнопка (повторной) отправки письма с подтвержден…
-
"laravel/framework": "^9.0",
"laravelrus/sleepingowl": "^9.0",
```
AdminSection::registerModel(Setting::class, function (ModelConfiguration $model) {
$model->onEdit(function() {
…
-
I'm trying to redirect to a specific route after model saving? After model A is saved, I would like to redirect to Model B edit form.
I'm working on the model A method
` public function save(array…