Customize Maintenance Mode of Laravel App | Render Custom Maintenance Page into Laravel

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 6

  • @muhammadaatifsaeed1040
    @muhammadaatifsaeed1040 2 года назад

    how to do on live server

    • @LaravelLover
      @LaravelLover  2 года назад

      Similar as local

    • @LaravelLover
      @LaravelLover  2 года назад

      You run command's through ssh or you can use Artisan call to do.
      Route::get('down', function () {
      Artisan::call('down');
      });

    • @muhammadaatifsaeed1040
      @muhammadaatifsaeed1040 2 года назад

      can you please make a lecture on it. how to cache clear On live server or other things

    • @LaravelLover
      @LaravelLover  2 года назад

      @@muhammadaatifsaeed1040 it's pretty simple just run command with Artisan call.
      You can run any php command using artisan call without ssh

    • @LaravelLover
      @LaravelLover  2 года назад

      I'll shoot this video don't worry. Within week.