galeriler.blade.php
| 477 B | Satir:
0
| php
Geri
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> @foreach ($galeriler as $galeri) <url> <loc>{{ url('galeri/'.\Illuminate\Support\Str::slug($galeri->baslik).'-'.$galeri->id) }}</loc> <lastmod>{{date('Y-m-d',strtotime($galeri->updated_at))}}</lastmod> <changefreq>weekly</changefreq> <priority>0.7</priority> </url> @endforeach </urlset>
Kaydet
Ctrl+S ile kaydet