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...
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...
Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site. To create a shortcode, we will use WordPress built in function add_shortcode(), this function...
Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes in views, when I run the application, routes were not found and view changes...
More