Laracon Online is Tomorrow
Laracon Online 2021 is coming to you live tomorrow March 17th, 2021! No hotels, no airfare, just signup and spend the day watching some of the best speakers right from your computer. The post...
Laracon Online 2021 is coming to you live tomorrow March 17th, 2021! No hotels, no airfare, just signup and spend the day watching some of the best speakers right from your computer. The post...
Learn how to use Tailwind’s new super fast JIT, just in time, compiler with Laravel Mix. The post Learn how to use Tailwind’s JIT compiler with Laravel Mix appeared first on Laravel News. Join...
Laravel Database Schedule is a package to schedule tasks through a UI dashboard without having to redeploy your application. The post Manage Scheduled Tasks Through a Dashboard appeared first on Laravel News. Join the...
Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which will take an Eloquent model and make a copy so you can then make...
PHP 8 has been released and it have some major updates. There is many new features and optimizations including union types, constructor property promotion, named arguments, attributes, match expression, JIT, nullsafe operator and improvements...
While working on a project, I tried to pull code and got git error “fatal refusing to merge unrelated histories”. This error occurs when two unrelated projects are merged those have mismatched commit histories....
I was working on a symfony2 project in which I have to place watermark on images. I used ImageMagicK extension, it’s called as Imagick in PHP. I had found some difficulties while installation and...
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
JupyterLab is the web based interface for Jupyter. JupyterLab enables you to work with documents and activities such as Jupyter Notebooks. In this post we are going to use this for Jupyter Notebooks. For...
In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes it easy to develop mobile and web applications. Its framework which manages and easily...
More