stevemo / cpanel

Admin Panel for Laravel 4
MIT License
203 stars 67 forks source link

View Changes #29

Open SuperlativeEntity opened 10 years ago

SuperlativeEntity commented 10 years ago

Can I edit your login screen without it been overwritten in the next update?

stevemo commented 10 years ago

If you are using the develop branch you can do php artisan view:publish stevemo/cpanel This will put all the package views in your app/views folder. From there you can edit those as you see fit.

If you are using the master branch you can create a new view in your app/views directory and update the cpanel config file views array to load your view.

Let me know if you need more help.

SuperlativeEntity commented 10 years ago

Thanks Steve, I had no idea that existed. Will give it a go and let you know if I run into any issues.