serverfireteam / blog

A nice blog system with laravel 5 and laravelpanel
MIT License
52 stars 32 forks source link

when i run php artisan vendor:publish #14

Open goodboy000 opened 8 years ago

goodboy000 commented 8 years ago

when i run php artisan vendor:publish then it creates blog folder in views but still use the views in vendor\serverfireteam\blog\src\views . help me so i can use its views in resources\views\blog folder

AlirezaAlgo commented 8 years ago

@goodboy000 if you edit the view in your public it will use it

goodboy000 commented 8 years ago

i do that but it still not use this.

but then i make a folder named vendor in views folder and paste the blog's folder in it then it start using this. is there any way that it can be use in views folder