-
- Laravel Version: 5.5.40
- PHP Version: 7.0.30
- OS & Version: Ubuntu Server 16.04 x64
- Database Driver & Version:
### Description:
When I use crontab to run laravel task schedule (as default…
-
When new MIS will launch in laravel 5.6?
-
Como forma de organizar em etapas as funcionalidades do app e igualmente sabermos melhor basear em cada funcionalidade para criar os desafios irei anotar abaixo a estrutura do projeto em si e as funci…
-
I successfully used the package to validate phone numbers when present, but in some forms the field is optional. Here is my rules statement:
```
public function rules()
{
return [
…
-
Сразу хочу выразить огромную благодарность за Ваш труд и старание.
Подскажите пожалуйста как происходит очистка клиентов? через какой промежуток времени? и как это можно проконтролировать...
Наприм…
-
# Problem
An uneasy to use in Laravel applications.
# Proposal for solution
extends [Monolog](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Logger.php)
-
Hello sir,
As you said, I have installed master in server having ssh. Login page was ok. Logged in correct. After clicking save button in institute page, I am getting "not found" error. Seems that so…
-
Does sentinel have any limit of saving permission in role permission column.
I am saving permissions. It was saving fine. But now today when i add some more permissions. Its not saving these permis…
-
it is better to use laravel notification because you should make a view for both the verify and the send again feature. also you may need to send an SMS for verifying instead of email.
-
If I return `null`, an empty string or an empty array from the `routeNotificationForSmscru` method of a Notifiable, I get a `CouldNotSendNotification` exception. I think this is incorrect because all …