HTML String Affixer is a package for Laravel to make projects multilingual. This package finds text strings in HTML and replaces them with a localization function:{{-- Before --}}<p>Some nice string</p> {{-- After --}}<p>{{ __('Some nice string') }}</p>This tool can be used with any .jsx, .vue, or .twig file...
Showing posts with label php. Show all posts
Showing posts with label php. Show all posts
23 March, 2023
Run operations once after deployment with Laravel
Programing Coderfunda
March 23, 2023
Laravel, Packages, php
No comments
You can use the One Time Operations package for Laravel to run code that should only run once after deployment. With this package, you can create operation classes that can be executed automatically using a provided Artisan command. Similar to migrations, they only get processed once and then never run again.When you generate classes...
17 March, 2023
Laravel Run One Time Operations After Deployment With PHP
Programing Coderfunda
March 17, 2023
Laravel, Packages, php
No comments
You can utilize the One Time Activities bundle for Laravel to run code that ought to just pursue once arrangement. With this bundle, you can make activity classes that can be executed consequently utilizing a gave Craftsman order. Like movements, they just get handled once and afterward at no point ever run in the future.When you generate classes using...