illuminate3

Results 5 issues of illuminate3

Intended result: IF email field exists show contact form ENDIF In my template I have this: ``` @if (PageBuilder::block('email')) {!! PageBuilder::block('contact_form') !!} @endif ``` The idea is to check if...

help wanted

I was wondering how would you go about turning the file manager into per user style system. Basically, I'm thinking of allow users to upload their own avatar or something...

enhancement
todo

Hi, What calls are available and can your package do groups? Thanks

I understand that this package/app is probably no longer being maintained but I was wondering how would you recommend splitting the page table into 3 tables using a pivot table....

Hi would you consider moving to the MIT license since it's more in the spirit of Laravel?