Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


When it comes to holiday dates, you may already know that some of the dates can be fixed and some change every year. Hence, storing these dates as fixed dates i...
Posted on Feb18th2021 by Matthias Noback Refactoring is often mentioned in the context of working with legacy code. Maybe you like to define legacy code as code...
I got too many requests for adding confirmation alerts feature to realrashid/sweet-alert package this realrashid/sweet-alert/issues/57 is one of the earliest re...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
A few months ago, we announced Vapor support for Docker based runtimes, which allows developers to package and deploy Lambda functions as Docker container image...
Today we will create a modal with Laravel Livewire and without jQuery, actually without javascript at all. We will use Laravel 8 and Bootstrap 4, but feel free...
Over the years, we have watched Laravel rise from its humble beginnings to become the foremost PHP framework. That does not make it a dumbed-down application; f...
Writing Unit/Feature tests is a great way to ensure that our codes work as intended so that we can deploy them with confidence. And sometimes, we’re mo...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. You can read all about built-...
Posted on Feb17th2021 by Matthias Noback A common case of refactoring-gone-wrong is when refactoring becomes a large project in a branch that can never be merge...
My goal is to setup a GNU/Linux VM with Ubuntu 20.04 LTS, PHP8, Nginx and MySql to serve a Laravel 8 Application. For the Web Server I’m going to use Nginx so I...

www.csrhymes.com

Bulma Blade UI
Published: Feb 13, 2021 by C.S. Rhymes I would like to introduce a new Laravel package I have been working on for a little while called Bulma Blade UI. It offer...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this post I’ll show how to build a Rating component using Laravel Livewire. Laravel Livewire is a framework on top of Laravel to build dynamic applications w...
Posted on Feb16th2021 by Matthias Noback The quick answer is: because you need it. If all of your code is coupled to the framework: Pushing for a big a...
Yeah I know what you’re thinking, you read the title and thought of that xkcd comic, right? Well I’m not trying to create the new/best PHP framework ever, that...

websolutionstuff.medium.com

Cron Job Scheduling In Laravel
Today I will show you Cron Job Scheduling In Laravel, many time we require to run some piece of code specific interval time period in laravel and we need to run...