Hocam ilginiz için teşekkürler öncelikle ve codrbright kitabınızı da tebrik ediyorum şu an merakla okuyorum ama orada da sunucu ayarları ile ilgili bir şey bulamadım sanırım tüm olay linux makina üzerinde yapılan geliştirme baz alınarak anlatılmış yada ben olaya daha tam hakim olamadım
Bahsettiğiniz app/storage/laravel.log dizinindeki log sayfasını inceledim sadece localhosttaki log kayıtları var sunucu ile ilgili bir şey göremedim ancak yine de log dosyasındaki son 10-15 satır aşağıda
#10 C:\xampp\htdocs\LvBlogNET\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#11 C:\xampp\htdocs\LvBlogNET\public\index.php(49): Illuminate\Foundation\Application->run()
#12 {main} [] []
[2014-05-16 09:31:14] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName)' in C:\xampp\htdocs\LvBlogNET\app\models\User.php:54
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2014-05-16 09:39:41] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName)' in C:\xampp\htdocs\LvBlogNET\app\models\User.php:54
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2014-05-16 09:47:26] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'syntax error, unexpected 'RemindableInterface' (T_STRING), expecting '{'' in C:\xampp\htdocs\LvBlogNET\app\models\User.php:6
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2014-05-16 09:47:50] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName)' in C:\xampp\htdocs\LvBlogNET\app\models\User.php:54
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2014-05-16 14:57:55] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName)' in C:\xampp\htdocs\LvBlogNET\app\models\User.php:54
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
selam ve dua ile
Edit
Hocam sıkıntı .htaccses dosyasından kaynaklanıyormuş aşağıdaki <IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
bloğunu kaldırınca sistem çalıştı
Bu bloğu kaldırınca güvenlik yada hızla alakalı yada belkide başka bir konuda sıkıntı oluşur mu yada bunun yerine başka bir şey yazmama gerekir mi ?
Bunu yapınca da giriş üye ol gibi linklerim çalışmaz oldu
Sanırım bu da son Edit olacak
.htaccsess dosyasını aşağıdaki gibi değiştirdim bi şeyler oldu gibi ene azından bu konuda sıkıntı çekenlere de bir örnek olabilir diye burada paylaşmak istedim
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^vendor($|/|/.*|./*) – [L,R=404]
RewriteRule ^app($|/|/*|/.*) – [L,R=404]
</IfModule>
yine bu konuda gelişmeler kaydedersem buradan yazacağım