"laravelium/sitemap":"8.*" (development branch) "laravelium/sitemap":"8.x-dev" For Laravel 7 "laravelium/sitemap":"7.*" (development branch) "laravelium/sitemap":"7.x-dev" For Laravel 6 "laravelium/sitemap":"6.*" (development branch) ...
* * Example: '/storage/sitemap.xml' * Do not forget the slash at the start. This will tell the search engine that the path is relative * to the root domain and not relative to the current URL. The `spatie/laravel-sitemap` package * is a great package to generate sitemaps for your ...
php artisan vendor:publish --provider='Overtrue\LaravelFollow\FollowServiceProvider' --tag="migrations" Then just migrate it by using following command: php artisan migrate Read Also:How to Generate Dynamic Sitemap in Laravel? Step 3: Create Authentication In this step we require to create authent...
php artisan make:migration add_cashier_table_fields ok, now put bellow content on following file : Migration: Read Also:Laravel 10 Generate Sitemap XML File Tutorial Example useIlluminate\Database\Schema\Blueprint; useIlluminate\Database\Migrations\Migration; classAddBillTableexte...
In the past few years Docker has become a frequently used solution for deploying applications thanks to how it simplifies running and deploying applications …
Now open this file and let’s create a sitemap index. #Creating the Sitemap Index Create a new index method that will generate the XML needed: public function index() { $post = Post::active()->orderBy('updated_at', 'desc')->first(); ...
Static Web Development CMS & Dynamic Websites Website Redesigning Responsive Web Design Website Optimization Website Maintenance Learn More Digital marketing The expectations for clients are continually developing. To fulfill this developing need, today's Digital world is utilized as a discussion to cont...
Intervention imagefor dynamic optimized images with cache plugin, Turbolinksincluded for fast navigation, Login throttle by recaptcha &password strength meter, Frontend user space and profile management. Email validation included. Registration can be disabled by environment parameter, ...
Robots and Sitemap integrated, including multilingual alternates, Full Metatags manager interface with translatable title & description. Meta entity can be either linked to route or specific entity like post, 301/302 redirections manager interface, with CSV import feature. Developer Specific Usage of Sp...
Notice we are using for loop in HTML that’s the power of Django templates it makes HTML Dynamic. The loop is iterating through the posts and displaying their title, date, author, and body, including a link in the title to the canonical URL of the post. In the body of the post, we...