ytake / Laravel.Smarty

smarty template engine for laravel
MIT License
85 stars 24 forks source link

somethings wrong in laravel6.0 #64

Closed dkeepersun closed 4 years ago

dkeepersun commented 4 years ago

notice me don't have function configure in bootstrap/app.php

image

and the Error: Fatal error: Uncaught Error: Call to undefined method Illuminate\Foundation\Application::configure() in /Users/dk/workspace/SGame/bootstrap/app.php:46 Stack trace: #0 /Users/dk/workspace/SGame/public/admin/index.php(39): require_once() #1 {main} thrown in /Users/dk/workspace/SGame/bootstrap/app.php on line 46

if i remove it. image

i will get this error: Fatal error: Uncaught ReflectionException: Class config does not exist in /Users/dk/workspace/SGame/vendor/laravel/framework/src/Illuminate/Container/Container.php:803 Stack trace: #0

JayBizzle commented 4 years ago

Those lines are used for installation in Lumen, not Laravel

dkeepersun commented 4 years ago

come back again to say thank u