Starting The Scheduler
When using the scheduler, you only need to add the following Cron entry to your server:* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
This Cron will call the Laravel command scheduler every minute. When the schedule:run command is executed, Laravel will evaluate your scheduled tasks and runs the tasks that are due.
Не знаю может нужно подключить файлы которые в этой папке с форматом woffНужно. То, что вы в стили импортируете никакого отношения к файлам шрифтов не имеет, их нужно руками подключать.
Какой сработает бысрее?Тот, который немедленно.
Sometimes you may wish to eager load a relationship, but also specify additional query constraints for the eager loading query. Here's an example:$users = App\User::with(['posts' => function ($query) { $query->where('title', 'like', '%first%'); }])->get();
Я не понимаю почемуПотому что вы говорите, что все углы дочернего элемента должны совпадать с углами родительского*.
$('.main-menu__item').slice(0, 2)