Welcome Guest, Not a member yet? Register   Sign In
Working with composer and views
#1

(This post was last modified: 05-16-2020, 10:23 PM by kabeza.)

Hi
I've little experience with Composer.
I could finally install IonAuth using Composer.
As requirements, it installs 37 packages while in dev stage

Code:
$ composer config minimum-stability dev
$ composer config repositories.ionAuth vcs [email protected]:benedmunds/CodeIgniter-Ion-Auth.git
$ composer require benedmunds/CodeIgniter-Ion-Auth:4.x-dev

What should I do once I finish developing the App to clean unused packages and not to upload the whole vendor folder?

Also, please note the location of IonAuth's view files

Code:
D:\www\myproj\vendor\benedmunds\codeigniter-ion-auth\Views\auth

What are the "best practices" to include those views in my already-built bs4 template? Should I move those views to App/Views/auth and then integrate my template into each view, right?
But I guess moving those views will break IonAuth composer's installation...

Thanks for any clarification you can give me about this
Reply


Messages In This Thread
Working with composer and views - by kabeza - 05-16-2020, 10:22 PM
RE: Working with composer and views - by jreklund - 05-17-2020, 01:45 AM
RE: Working with composer and views - by kabeza - 05-17-2020, 12:44 PM
RE: Working with composer and views - by jreklund - 05-17-2020, 02:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB