Laravel Octane
Taylor Otwell gave Laracon Online 2021 attendees a first glimpse of Laravel Octane. Here’s everything we learned from his demo. The post Laravel Octane appeared first on Laravel News. Join the Laravel Newsletter to...
Taylor Otwell gave Laracon Online 2021 attendees a first glimpse of Laravel Octane. Here’s everything we learned from his demo. The post Laravel Octane appeared first on Laravel News. Join the Laravel Newsletter to...
Laracon Schedule gives you the Laracon Online schedule in your local timezone. The post Get the Laracon Online Schedule in Your Timezone appeared first on Laravel News. Join the Laravel Newsletter to get Laravel...
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...
More