New Package: Laravel Log Viewer with Search

  Рет қаралды 41,084

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 48
@joseph_oluwayomi
@joseph_oluwayomi 2 жыл бұрын
This is going to be a useful package. I don’t have to ssh into the server to view log files. Beautiful 🤩 Thanks.
@phil86_
@phil86_ 2 жыл бұрын
Great video… and also the town behind the author in the picture (Florence)! 😉
@haraldndb.1250
@haraldndb.1250 2 жыл бұрын
Thank you Povilas. Will test it out.
@moauyameghari
@moauyameghari 2 жыл бұрын
I've been using this package "arcanedev/log-viewer" for a while now and its amizing, almost everyting in the video is in it and more.
@reikosama1
@reikosama1 2 жыл бұрын
To me arcanedev is better
@mohammadashrafuddinferdous9347
@mohammadashrafuddinferdous9347 2 жыл бұрын
I ll chech it in every present and future projects! Seems its a very beautiful package. Thanks for sharing!
@RJFares
@RJFares 2 жыл бұрын
I haven't inspected the src code, but I'm sure Clear Cache is used because the contents of the log files are cached. I have made a private package to view logs and I cache the contents of log files otherwise if you have several log files let's say each 25 MB, processing them is going to be quite slow.
@ajomehri
@ajomehri 2 жыл бұрын
Thanks for introducing usefull libraries We currently use Sentry which is realy top level
@rikvandervaart2601
@rikvandervaart2601 2 жыл бұрын
Love this addition. Followed instruction for subfolder of ap to make livewire work properly and that did it. 😁👍
@IndraPrastha
@IndraPrastha 2 жыл бұрын
By default in a fresh laravel installation, laravel logs are setup to be dumped into a single file. This will quickly increase that one laravel.log file and becomes difficult to search in it (slow loading in IDE as mentioned in this video). Do you think we can suggest (PR) to laravel for default log file to be daily (so one file for each day). This is coming from my experience in CI where daily log file is the default, easier to find errors.
@kaimadigan5558
@kaimadigan5558 2 жыл бұрын
looks good, and interesting might implement it in my project :D
@martomystery
@martomystery 2 жыл бұрын
Been using rap2hpoutre/laravel-log-viewer. Looks similar. Same features.The only difference I saw in this is you can actually reduce what is shown in the log file by adding it to exclude in config this hiding away for example laravel vendor log errors.
@shinyakoizumi601
@shinyakoizumi601 Жыл бұрын
Thanks for the info. Would you recommend to use activity log or this log viewer? Or they are for different purposes?
@premneupane6335
@premneupane6335 2 жыл бұрын
Hey @anyone can we use this to see a centralized view from the load balancer as well? Because every server has its one log file and I can access one log file at a time But I want them in one view.. @Laravel Daily ??
@Laravel_Tree
@Laravel_Tree 2 жыл бұрын
This package is very Helpful Thanks, Bro.
@waheed1987
@waheed1987 2 жыл бұрын
I wonder if there is something similar for Spatie Activity Log?
@Atz22
@Atz22 2 жыл бұрын
This will be very helpful - I will be using this in current project and feedback 🙏
@ItsParaVenky
@ItsParaVenky Жыл бұрын
Hi, How to load custom log files which are stored under additional sub folders inside storage/logs folder,
@latlov
@latlov 2 жыл бұрын
How do you create different logs in Laravel? How do you limit the size and the expiration date?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Some docs here: laravel.com/docs/9.x/logging#configuring-the-single-and-daily-channels
@aberhamberhanu7819
@aberhamberhanu7819 2 жыл бұрын
Hello Dear, Could you suggest us for the best video on demand processing package (for streaming)??
@dfordemo981
@dfordemo981 2 жыл бұрын
Nice and Informative | Thanks povilas
@Amor-Boudabbous
@Amor-Boudabbous Жыл бұрын
the log Viewer show just the erros how can show the info and all request ??
@delcinocastelo8161
@delcinocastelo8161 2 жыл бұрын
Is it possible to create a log file for each of autenticated users?
2 жыл бұрын
Why?
@muhammadatif3420
@muhammadatif3420 2 жыл бұрын
Is it secure to use on production or its only for dev or local environment?
@MrPatishpanj
@MrPatishpanj 2 жыл бұрын
Why not? Just add your policy, guard, middleware or whatever that checks that only admins, or specific user can access this page
@ivan_adamovich
@ivan_adamovich 2 жыл бұрын
wow! its amazing, thank you
@bernardocampos5908
@bernardocampos5908 2 жыл бұрын
is there a way to separate log files into dates like old versions of laravel?
@avogadrojerson7783
@avogadrojerson7783 2 жыл бұрын
change LOG_CHANNEL=daily
@stevenking1981
@stevenking1981 2 жыл бұрын
I am use datatables for Logs like Monolog. But I was tinking how i could get the Laravel logs in the view. so i can habe a look was happening.
@BraulioHoltzRibeiro
@BraulioHoltzRibeiro 2 жыл бұрын
I made a modification to support MongoDB, the code was not so readable, but it fulfilled the needs.
@AhmadFauzi-ek8ke
@AhmadFauzi-ek8ke 2 жыл бұрын
Hello sir, i want ask. if i buy all courses can i download all the courses ? thanks
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Yes there's a download button for each video
@ricko13
@ricko13 2 жыл бұрын
Love it
@kunalmathur4890
@kunalmathur4890 2 жыл бұрын
looks cool
@kinanmissing
@kinanmissing 2 жыл бұрын
Hello Sir Please How i can share my project on Local Network using windows server 2019 or 2022 ? Laravel livewire 9 & php 8.1
@avogadrojerson7783
@avogadrojerson7783 2 жыл бұрын
simply use XAMPP
@yungifez
@yungifez 2 жыл бұрын
Yes lord yess
@bukanprogramer9328
@bukanprogramer9328 2 жыл бұрын
sir can you make a tutorial show data using ajax and sanctum/passport
@LaravelDaily
@LaravelDaily 2 жыл бұрын
I personally haven't used ajax directly for long long time, I use Vue for this now. Or Livewire.
@worldfamous_23
@worldfamous_23 Жыл бұрын
I feel silly, only finding out about this package today
@danielj4860
@danielj4860 2 жыл бұрын
If you want to monitor application errors etc in production I would suggest Sentry instead of a "laravel" specific service that may or may not be in business in the future. Remember guys Laravel is a PHP application you don't have to limit yourself to Laravel specific platforms. I think Sentry has a Laravel specific package you can drop right into your app as well.
@andreagrifa627
@andreagrifa627 2 жыл бұрын
This can be powerful and useful for monolithic but for API i dont think this will be useful atleast for now. Auth problem
@alaa_abdul_azim
@alaa_abdul_azim 2 жыл бұрын
Package package package warum !!! , Mach das selber
@gafitescu
@gafitescu 2 жыл бұрын
stream tthe logs to cloudwatch & logstash + kibana
@tinemak
@tinemak Жыл бұрын
Standalone app for logs? Bruh :(
@aliffiansyahmaulana
@aliffiansyahmaulana 2 жыл бұрын
in my place, we use ARCANEDEV/LogViewer
Laravel Security: Top 7 Mistakes Developers Make
11:16
Laravel Daily
Рет қаралды 87 М.
1 Laravel Activity Log By Team Spatie - Intro and Setup
10:42
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
ChatGPT for Laravel Devs: 9 Use-Cases You May Not Think About
9:44
Configuring (and viewing!) logs in Laravel
13:17
Aaron Francis
Рет қаралды 13 М.
Laravel Gems - Pipelines 💎
15:21
Laravel
Рет қаралды 10 М.
Laravel + Livewire todo app (and so much more)
16:41
Aaron Francis
Рет қаралды 52 М.
Log Viewer | Laravel Package Review
8:03
Tapan Sharma
Рет қаралды 1,2 М.
Getting Started with Laravel Pulse 💗
19:10
Laravel
Рет қаралды 12 М.
From Blank to Blog With Laravel in 10 Minutes
12:21
Laracasts
Рет қаралды 14 М.
4 Packages You Need in ANY Laravel Project
8:14
Laravel Daily
Рет қаралды 62 М.
Simple Custom Laravel Logging
7:50
Codecourse
Рет қаралды 28 М.