Main File Structure
campaign management/ ├───app │ ├───Console │ │ └───Commands │ ├───DataTables │ ├───Exceptions │ ├───Http │ │ ├───Controllers │ │ │ ├───Admin │ │ │ │ ├───Payment │ │ │ │ ├───Settings │ │ │ │ └───Template │ │ │ ├───Api │ │ │ ├───Auth │ │ │ └───Front │ │ └───Middleware │ ├───Mail │ ├───Model │ ├───Providers │ └───Traits ├───bootstrap │ └───cache ├───config ├───database │ ├───factories │ ├───migrations │ └───seeds ├───public │ ├───ace │ │ └───src │ │ └───snippets │ ├───assets │ │ ├───css │ │ ├───fonts │ │ ├───icons │ │ │ ├───css │ │ │ ├───dripicons │ │ │ │ └───fonts │ │ │ ├───font-awesome │ │ │ │ ├───css │ │ │ │ └───scss │ │ │ ├───ionicons │ │ │ │ ├───css │ │ │ │ └───scss │ │ │ ├───material-design │ │ │ │ ├───css │ │ │ │ └───fonts │ │ │ ├───themify-icons │ │ │ │ ├───fonts │ │ │ │ └───ie7 │ │ │ └───typicons │ │ ├───images │ │ │ ├───flags │ │ │ ├───gallery │ │ │ ├───products │ │ │ ├───services-icon │ │ │ ├───small │ │ │ └───users │ │ ├───js │ │ ├───pages │ │ └───scss │ ├───assets_new │ │ ├───css │ │ ├───fonts │ │ ├───icons │ │ │ ├───css │ │ │ ├───dripicons │ │ │ │ └───fonts │ │ │ ├───font-awesome │ │ │ │ ├───css │ │ │ │ └───scss │ │ │ ├───ionicons │ │ │ │ ├───css │ │ │ │ └───scss │ │ │ ├───material-design │ │ │ │ ├───css │ │ │ │ └───fonts │ │ │ ├───themify-icons │ │ │ │ ├───fonts │ │ │ │ └───ie7 │ │ │ └───typicons │ │ ├───images │ │ │ ├───flags │ │ │ ├───gallery │ │ │ ├───products │ │ │ ├───services-icon │ │ │ ├───small │ │ │ └───users │ │ ├───js │ │ ├───pages │ │ └───scss │ ├───bee-template │ │ ├───images │ │ │ ├───18 │ │ │ ├───19 │ │ │ ├───20 │ │ │ ├───21 │ │ │ ├───22 │ │ │ ├───23 │ │ │ ├───24 │ │ │ ├───25 │ │ │ ├───26 │ │ │ ├───27 │ │ │ ├───28 │ │ │ ├───29 │ │ │ ├───30 │ │ │ ├───31 │ │ │ ├───32 │ │ │ ├───33 │ │ │ ├───34 │ │ │ ├───35 │ │ │ └───36 │ │ └───templates_thumbnails │ ├───css │ ├───fonts │ ├───icons │ │ ├───css │ │ ├───dripicons │ │ │ └───fonts │ │ ├───font-awesome │ │ │ ├───css │ │ │ └───scss │ │ ├───ionicons │ │ │ ├───css │ │ │ └───scss │ │ ├───material-design │ │ │ ├───css │ │ │ └───fonts │ │ ├───themify-icons │ │ │ ├───fonts │ │ │ └───ie7 │ │ └───typicons │ ├───images │ │ └───templates │ ├───js │ │ └───bee_editor │ ├───plugins │ │ ├───bootstrap-colorpicker │ │ │ ├───css │ │ │ ├───img │ │ │ │ └───bootstrap-colorpicker │ │ │ └───js │ │ ├───bootstrap-datepicker │ │ │ ├───dist │ │ │ │ ├───css │ │ │ │ ├───js │ │ │ │ └───locales │ │ │ └───js │ │ │ └───locales │ │ ├───bootstrap-filestyle │ │ │ └───js │ │ ├───bootstrap-inputmask │ │ ├───bootstrap-maxlength │ │ │ └───src │ │ ├───bootstrap-rating │ │ ├───bootstrap-session-timeout │ │ ├───bootstrap-timepicker │ │ │ ├───dist │ │ │ │ └───css │ │ │ └───js │ │ ├───bootstrap-touchspin │ │ │ ├───css │ │ │ └───js │ │ ├───c3 │ │ ├───chart.js │ │ ├───chartist │ │ │ ├───css │ │ │ └───js │ │ ├───countdown │ │ ├───d3 │ │ ├───datatables │ │ │ └───json │ │ ├───dropzone │ │ │ └───dist │ │ │ └───min │ │ ├───e-charts │ │ ├───flot-chart │ │ ├───fullcalendar │ │ │ ├───css │ │ │ └───js │ │ ├───gmaps │ │ │ └───lib │ │ ├───ion-rangeslider │ │ │ ├───css │ │ │ └───js │ │ ├───jquery-knob │ │ ├───jquery-repeater │ │ ├───jquery-sparkline │ │ ├───jquery-steps │ │ ├───jquery-ui │ │ ├───jvectormap │ │ ├───magnific-popup │ │ ├───moment │ │ ├───morris │ │ ├───parsleyjs │ │ ├───peity-chart │ │ ├───raphael │ │ ├───RWD-Table-Patterns │ │ │ ├───dist │ │ │ │ ├───css │ │ │ │ └───js │ │ │ └───src │ │ │ ├───js │ │ │ └───less │ │ ├───select2 │ │ │ ├───css │ │ │ └───js │ │ │ └───i18n │ │ ├───sparklines-chart │ │ ├───summernote │ │ │ ├───font │ │ │ └───lang │ │ ├───sweet-alert2 │ │ ├───tiny-editable │ │ ├───tinymce │ │ │ ├───langs │ │ │ ├───plugins │ │ │ │ ├───advlist │ │ │ │ ├───anchor │ │ │ │ ├───autolink │ │ │ │ ├───autoresize │ │ │ │ ├───autosave │ │ │ │ ├───bbcode │ │ │ │ ├───charmap │ │ │ │ ├───code │ │ │ │ ├───codesample │ │ │ │ │ └───css │ │ │ │ ├───colorpicker │ │ │ │ ├───contextmenu │ │ │ │ ├───directionality │ │ │ │ ├───emoticons │ │ │ │ │ └───img │ │ │ │ ├───example │ │ │ │ ├───example_dependency │ │ │ │ ├───fullpage │ │ │ │ ├───fullscreen │ │ │ │ ├───hr │ │ │ │ ├───image │ │ │ │ ├───imagetools │ │ │ │ ├───importcss │ │ │ │ ├───insertdatetime │ │ │ │ ├───layer │ │ │ │ ├───legacyoutput │ │ │ │ ├───link │ │ │ │ ├───lists │ │ │ │ ├───media │ │ │ │ ├───nonbreaking │ │ │ │ ├───noneditable │ │ │ │ ├───pagebreak │ │ │ │ ├───paste │ │ │ │ ├───preview │ │ │ │ ├───print │ │ │ │ ├───save │ │ │ │ ├───searchreplace │ │ │ │ ├───spellchecker │ │ │ │ ├───tabfocus │ │ │ │ ├───table │ │ │ │ ├───template │ │ │ │ ├───textcolor │ │ │ │ ├───textpattern │ │ │ │ ├───visualblocks │ │ │ │ │ └───css │ │ │ │ ├───visualchars │ │ │ │ └───wordcount │ │ │ ├───skins │ │ │ │ └───lightgray │ │ │ │ ├───fonts │ │ │ │ └───img │ │ │ └───themes │ │ │ ├───inlite │ │ │ │ ├───config │ │ │ │ │ ├───bolt │ │ │ │ │ └───dent │ │ │ │ ├───scratch │ │ │ │ │ ├───compile │ │ │ │ │ └───inline │ │ │ │ └───src │ │ │ │ ├───demo │ │ │ │ │ ├───css │ │ │ │ │ ├───html │ │ │ │ │ └───js │ │ │ │ │ └───tinymce │ │ │ │ │ └───inlite │ │ │ │ ├───main │ │ │ │ │ └───js │ │ │ │ │ └───tinymce │ │ │ │ │ └───inlite │ │ │ │ │ ├───alien │ │ │ │ │ ├───core │ │ │ │ │ ├───file │ │ │ │ │ └───ui │ │ │ │ └───test │ │ │ │ └───js │ │ │ │ ├───atomic │ │ │ │ │ ├───alien │ │ │ │ │ └───core │ │ │ │ └───browser │ │ │ │ ├───alien │ │ │ │ ├───core │ │ │ │ └───file │ │ │ └───modern │ │ └───x-editable │ │ ├───css │ │ ├───img │ │ └───js │ ├───storage │ │ ├───images │ │ └───templates │ │ └───images │ ├───svg │ ├───templates_json │ └───vendor │ └───datatables ├───resources │ ├───js │ │ └───components │ ├───lang │ │ └───en │ ├───sass │ └───views │ ├───admin │ │ ├───administration │ │ │ ├───permissions │ │ │ ├───roles │ │ │ └───users │ │ ├───auth │ │ │ └───passwords │ │ ├───campaigns │ │ ├───clients │ │ ├───includes │ │ ├───issue │ │ ├───layouts │ │ ├───package │ │ │ ├───categories │ │ │ ├───packages │ │ │ └───sub_categories │ │ ├───payments │ │ ├───property_types │ │ ├───settings │ │ │ └───messages │ │ └───templates │ ├───auth │ │ └───passwords │ ├───errors │ ├───front │ │ ├───auth │ │ ├───campaigns │ │ ├───credits │ │ ├───email │ │ ├───includes │ │ ├───issue │ │ ├───layouts │ │ └───payments │ ├───includes_common │ ├───layouts │ └───vendor │ ├───datatables │ └───flash ├───routes ├───storage │ ├───app │ │ └───public │ │ ├───images │ │ └───templates │ │ └───images │ ├───framework │ │ ├───cache │ │ │ └───data │ │ │ ├───32 │ │ │ │ └───18 │ │ │ ├───70 │ │ │ │ └───28 │ │ │ ├───76 │ │ │ │ └───e7 │ │ │ ├───85 │ │ │ │ └───5f │ │ │ ├───9c │ │ │ │ └───1c │ │ │ ├───aa │ │ │ │ └───d6 │ │ │ ├───ad │ │ │ │ └───89 │ │ │ ├───b9 │ │ │ │ └───bb │ │ │ └───d6 │ │ │ └───aa │ │ ├───sessions │ │ ├───testing │ │ └───views │ └───logs ├───tests │ ├───Feature │ └───Unit └───vendor ├───barryvdh │ └───laravel-dompdf │ ├───.github │ │ └───ISSUE_TEMPLATE │ ├───config │ └───src ├───bin ├───braintree │ └───braintree_php │ └───lib │ ├───Braintree │ │ ├───Dispute │ │ ├───Error │ │ ├───Exception │ │ ├───MerchantAccount │ │ ├───Result │ │ ├───Subscription │ │ ├───Test │ │ ├───Transaction │ │ └───Xml │ └───ssl ├───bumbummen99 │ └───shoppingcart │ ├───src │ │ ├───Calculation │ │ ├───Config │ │ ├───Contracts │ │ ├───Database │ │ │ └───migrations │ │ ├───Exceptions │ │ └───Facades │ └───tests │ └───Fixtures ├───composer ├───dnoegel │ └───php-xdg-base-dir │ └───src ├───doctrine │ ├───inflector │ │ ├───docs │ │ │ └───en │ │ └───lib │ │ └───Doctrine │ │ └───Inflector │ │ └───Rules │ │ ├───English │ │ ├───French │ │ ├───NorwegianBokmal │ │ ├───Portuguese │ │ ├───Spanish │ │ └───Turkish │ ├───instantiator │ │ ├───.github │ │ │ └───workflows │ │ ├───docs │ │ │ └───en │ │ └───src │ │ └───Doctrine │ │ └───Instantiator │ │ └───Exception │ └───lexer │ └───lib │ └───Doctrine │ └───Common │ └───Lexer ├───dompdf │ └───dompdf │ ├───lib │ │ ├───fonts │ │ ├───html5lib │ │ └───res │ └───src │ ├───Adapter │ ├───Css │ ├───Exception │ ├───Frame │ ├───FrameDecorator │ ├───FrameReflower │ ├───Image │ ├───Positioner │ └───Renderer ├───dragonmantank │ └───cron-expression │ ├───src │ │ └───Cron │ └───tests │ └───Cron ├───egulias │ └───email-validator │ └───src │ ├───Exception │ ├───Parser │ ├───Validation │ │ ├───Error │ │ └───Exception │ └───Warning ├───facade │ ├───flare-client-php │ │ └───src │ │ ├───Concerns │ │ ├───Context │ │ ├───Contracts │ │ ├───Enums │ │ ├───Glows │ │ ├───Http │ │ │ └───Exceptions │ │ ├───Middleware │ │ ├───Solutions │ │ ├───Stacktrace │ │ ├───Time │ │ └───Truncation │ ├───ignition │ │ ├───.github │ │ │ └───workflows │ │ ├───config │ │ ├───resources │ │ │ ├───compiled │ │ │ └───views │ │ └───src │ │ ├───Actions │ │ ├───Commands │ │ │ └───stubs │ │ ├───Context │ │ ├───DumpRecorder │ │ ├───ErrorPage │ │ ├───Exceptions │ │ ├───Facades │ │ ├───Http │ │ │ ├───Controllers │ │ │ ├───Middleware │ │ │ └───Requests │ │ ├───Logger │ │ ├───LogRecorder │ │ ├───Middleware │ │ ├───QueryRecorder │ │ ├───SolutionProviders │ │ ├───Solutions │ │ ├───Support │ │ │ └───Packagist │ │ ├───Tabs │ │ └───Views │ │ ├───Compilers │ │ ├───Concerns │ │ └───Engines │ └───ignition-contracts │ ├───.github │ │ └───workflows │ └───src ├───fideloper │ └───proxy │ ├───config │ └───src ├───filp │ └───whoops │ ├───.github │ │ └───workflows │ └───src │ └───Whoops │ ├───Exception │ ├───Handler │ ├───Resources │ │ ├───css │ │ ├───js │ │ └───views │ └───Util ├───fzaninotto │ └───faker │ ├───.github │ │ └───ISSUE_TEMPLATE │ ├───.travis │ └───src │ └───Faker │ ├───Calculator │ ├───Guesser │ ├───ORM │ │ ├───CakePHP │ │ ├───Doctrine │ │ ├───Mandango │ │ ├───Propel │ │ ├───Propel2 │ │ └───Spot │ └───Provider │ ├───ar_JO │ ├───ar_SA │ ├───at_AT │ ├───bg_BG │ ├───bn_BD │ ├───cs_CZ │ ├───da_DK │ ├───de_AT │ ├───de_CH │ ├───de_DE │ ├───el_CY │ ├───el_GR │ ├───en_AU │ ├───en_CA │ ├───en_GB │ ├───en_HK │ ├───en_IN │ ├───en_NG │ ├───en_NZ │ ├───en_PH │ ├───en_SG │ ├───en_UG │ ├───en_US │ ├───en_ZA │ ├───es_AR │ ├───es_ES │ ├───es_PE │ ├───es_VE │ ├───et_EE │ ├───fa_IR │ ├───fi_FI │ ├───fr_BE │ ├───fr_CA │ ├───fr_CH │ ├───fr_FR │ ├───he_IL │ ├───hr_HR │ ├───hu_HU │ ├───hy_AM │ ├───id_ID │ ├───is_IS │ ├───it_CH │ ├───it_IT │ ├───ja_JP │ ├───ka_GE │ ├───kk_KZ │ ├───ko_KR │ ├───lt_LT │ ├───lv_LV │ ├───me_ME │ ├───mn_MN │ ├───ms_MY │ ├───nb_NO │ ├───ne_NP │ ├───nl_BE │ ├───nl_NL │ ├───pl_PL │ ├───pt_BR │ ├───pt_PT │ ├───ro_MD │ ├───ro_RO │ ├───ru_RU │ ├───sk_SK │ ├───sl_SI │ ├───sr_Cyrl_RS │ ├───sr_Latn_RS │ ├───sr_RS │ ├───sv_SE │ ├───th_TH │ ├───tr_TR │ ├───uk_UA │ ├───vi_VN │ ├───zh_CN │ └───zh_TW ├───guzzlehttp │ ├───guzzle │ │ └───src │ │ ├───Cookie │ │ ├───Exception │ │ └───Handler │ ├───promises │ │ └───src │ └───psr7 │ └───src ├───hamcrest │ └───hamcrest-php │ ├───.github │ │ └───workflows │ ├───generator │ │ └───parts │ ├───hamcrest │ │ └───Hamcrest │ │ ├───Arrays │ │ ├───Collection │ │ ├───Core │ │ ├───Internal │ │ ├───Number │ │ ├───Text │ │ ├───Type │ │ └───Xml │ └───tests │ └───Hamcrest │ ├───Array │ ├───Collection │ ├───Core │ ├───Number │ ├───Text │ ├───Type │ └───Xml ├───jakub-onderka │ ├───php-console-color │ │ ├───src │ │ └───tests │ └───php-console-highlighter │ ├───examples │ ├───src │ └───tests ├───laracasts │ └───flash │ └───src │ ├───Laracasts │ │ └───Flash │ └───views ├───laravel │ ├───framework │ │ └───src │ │ └───Illuminate │ │ ├───Auth │ │ │ ├───Access │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ │ └───make │ │ │ │ └───views │ │ │ │ └───layouts │ │ │ ├───Events │ │ │ ├───Listeners │ │ │ ├───Middleware │ │ │ ├───Notifications │ │ │ └───Passwords │ │ ├───Broadcasting │ │ │ └───Broadcasters │ │ ├───Bus │ │ ├───Cache │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ └───Events │ │ ├───Config │ │ ├───Console │ │ │ ├───Concerns │ │ │ ├───Events │ │ │ └───Scheduling │ │ ├───Container │ │ ├───Contracts │ │ │ ├───Auth │ │ │ │ └───Access │ │ │ ├───Broadcasting │ │ │ ├───Bus │ │ │ ├───Cache │ │ │ ├───Config │ │ │ ├───Console │ │ │ ├───Container │ │ │ ├───Cookie │ │ │ ├───Database │ │ │ │ └───Events │ │ │ ├───Debug │ │ │ ├───Encryption │ │ │ ├───Events │ │ │ ├───Filesystem │ │ │ ├───Foundation │ │ │ ├───Hashing │ │ │ ├───Http │ │ │ ├───Mail │ │ │ ├───Notifications │ │ │ ├───Pagination │ │ │ ├───Pipeline │ │ │ ├───Queue │ │ │ ├───Redis │ │ │ ├───Routing │ │ │ ├───Session │ │ │ ├───Support │ │ │ ├───Translation │ │ │ ├───Validation │ │ │ └───View │ │ ├───Cookie │ │ │ └───Middleware │ │ ├───Database │ │ │ ├───Capsule │ │ │ ├───Concerns │ │ │ ├───Connectors │ │ │ ├───Console │ │ │ │ ├───Factories │ │ │ │ │ └───stubs │ │ │ │ ├───Migrations │ │ │ │ └───Seeds │ │ │ │ └───stubs │ │ │ ├───Eloquent │ │ │ │ ├───Concerns │ │ │ │ └───Relations │ │ │ │ └───Concerns │ │ │ ├───Events │ │ │ ├───Migrations │ │ │ │ └───stubs │ │ │ ├───Query │ │ │ │ ├───Grammars │ │ │ │ └───Processors │ │ │ └───Schema │ │ │ └───Grammars │ │ ├───Encryption │ │ ├───Events │ │ ├───Filesystem │ │ ├───Foundation │ │ │ ├───Auth │ │ │ │ └───Access │ │ │ ├───Bootstrap │ │ │ ├───Bus │ │ │ ├───Console │ │ │ │ ├───Presets │ │ │ │ │ ├───bootstrap-stubs │ │ │ │ │ ├───none-stubs │ │ │ │ │ ├───react-stubs │ │ │ │ │ └───vue-stubs │ │ │ │ └───stubs │ │ │ ├───Events │ │ │ ├───Exceptions │ │ │ │ └───views │ │ │ ├───Http │ │ │ │ ├───Events │ │ │ │ ├───Exceptions │ │ │ │ └───Middleware │ │ │ ├───Providers │ │ │ ├───stubs │ │ │ ├───Support │ │ │ │ └───Providers │ │ │ ├───Testing │ │ │ │ ├───Concerns │ │ │ │ └───Constraints │ │ │ └───Validation │ │ ├───Hashing │ │ ├───Http │ │ │ ├───Concerns │ │ │ ├───Exceptions │ │ │ ├───Middleware │ │ │ ├───Resources │ │ │ │ └───Json │ │ │ └───Testing │ │ ├───Log │ │ │ └───Events │ │ ├───Mail │ │ │ ├───Events │ │ │ ├───resources │ │ │ │ └───views │ │ │ │ ├───html │ │ │ │ │ ├───promotion │ │ │ │ │ └───themes │ │ │ │ └───text │ │ │ │ └───promotion │ │ │ └───Transport │ │ ├───Notifications │ │ │ ├───Channels │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ ├───Events │ │ │ ├───Messages │ │ │ └───resources │ │ │ └───views │ │ ├───Pagination │ │ │ └───resources │ │ │ └───views │ │ ├───Pipeline │ │ ├───Queue │ │ │ ├───Capsule │ │ │ ├───Connectors │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ ├───Events │ │ │ ├───Failed │ │ │ └───Jobs │ │ ├───Redis │ │ │ ├───Connections │ │ │ ├───Connectors │ │ │ ├───Events │ │ │ └───Limiters │ │ ├───Routing │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ ├───Contracts │ │ │ ├───Events │ │ │ ├───Exceptions │ │ │ ├───Matching │ │ │ └───Middleware │ │ ├───Session │ │ │ ├───Console │ │ │ │ └───stubs │ │ │ └───Middleware │ │ ├───Support │ │ │ ├───Facades │ │ │ ├───Testing │ │ │ │ └───Fakes │ │ │ └───Traits │ │ ├───Translation │ │ ├───Validation │ │ │ ├───Concerns │ │ │ └───Rules │ │ └───View │ │ ├───Compilers │ │ │ └───Concerns │ │ ├───Concerns │ │ ├───Engines │ │ └───Middleware │ ├───tinker │ │ ├───config │ │ └───src │ │ └───Console │ └───ui │ └───src │ ├───Auth │ │ ├───bootstrap-stubs │ │ │ ├───auth │ │ │ │ └───passwords │ │ │ └───layouts │ │ └───stubs │ │ └───controllers │ └───Presets │ ├───bootstrap-stubs │ ├───react-stubs │ └───vue-stubs ├───laravelcollective │ └───html │ └───src │ └───Eloquent ├───league │ ├───commonmark │ │ ├───bin │ │ └───src │ │ ├───Block │ │ │ ├───Element │ │ │ ├───Parser │ │ │ └───Renderer │ │ ├───Delimiter │ │ │ └───Processor │ │ ├───Event │ │ ├───Exception │ │ ├───Extension │ │ │ ├───Attributes │ │ │ │ ├───Event │ │ │ │ ├───Node │ │ │ │ ├───Parser │ │ │ │ └───Util │ │ │ ├───Autolink │ │ │ ├───DisallowedRawHtml │ │ │ ├───ExternalLink │ │ │ ├───Footnote │ │ │ │ ├───Event │ │ │ │ ├───Node │ │ │ │ ├───Parser │ │ │ │ └───Renderer │ │ │ ├───HeadingPermalink │ │ │ │ └───Slug │ │ │ ├───InlinesOnly │ │ │ ├───Mention │ │ │ │ └───Generator │ │ │ ├───SmartPunct │ │ │ ├───Strikethrough │ │ │ ├───Table │ │ │ ├───TableOfContents │ │ │ │ ├───Node │ │ │ │ └───Normalizer │ │ │ └───TaskList │ │ ├───Inline │ │ │ ├───Element │ │ │ ├───Parser │ │ │ └───Renderer │ │ ├───Input │ │ ├───Node │ │ ├───Normalizer │ │ ├───Reference │ │ └───Util │ ├───flysystem │ │ └───src │ │ ├───Adapter │ │ │ └───Polyfill │ │ ├───Plugin │ │ └───Util │ ├───fractal │ │ ├───.circleci │ │ └───src │ │ ├───Pagination │ │ ├───Resource │ │ └───Serializer │ └───mime-type-detection │ └───src ├───maatwebsite │ └───excel │ ├───config │ └───src │ ├───Cache │ ├───Concerns │ ├───Console │ │ └───stubs │ ├───Events │ ├───Exceptions │ ├───Facades │ ├───Factories │ ├───Fakes │ ├───Files │ ├───Filters │ ├───Helpers │ ├───Imports │ ├───Jobs │ │ └───Middleware │ ├───Mixins │ ├───Transactions │ └───Validators ├───maennchen │ └───zipstream-php │ ├───.github │ ├───src │ │ ├───Exception │ │ └───Option │ └───test │ └───bug ├───markbaker │ ├───complex │ │ ├───classes │ │ │ └───src │ │ │ ├───functions │ │ │ └───operations │ │ └───examples │ └───matrix │ ├───classes │ │ └───src │ │ ├───functions │ │ ├───operations │ │ └───Operators │ └───examples ├───mockery │ └───mockery │ ├───docs │ │ ├───cookbook │ │ ├───getting_started │ │ ├───mockery │ │ └───reference │ └───library │ └───Mockery │ ├───Adapter │ │ └───Phpunit │ ├───CountValidator │ ├───Exception │ ├───Generator │ │ └───StringManipulation │ │ └───Pass │ ├───Loader │ └───Matcher ├───monolog │ └───monolog │ └───src │ └───Monolog │ ├───Formatter │ ├───Handler │ │ ├───Curl │ │ ├───FingersCrossed │ │ ├───Slack │ │ └───SyslogUdp │ ├───Processor │ └───Test ├───myclabs │ ├───deep-copy │ │ ├───.github │ │ └───src │ │ └───DeepCopy │ │ ├───Exception │ │ ├───Filter │ │ │ └───Doctrine │ │ ├───Matcher │ │ │ └───Doctrine │ │ ├───Reflection │ │ ├───TypeFilter │ │ │ ├───Date │ │ │ └───Spl │ │ └───TypeMatcher │ └───php-enum │ └───src │ └───PHPUnit ├───nesbot │ └───carbon │ ├───bin │ └───src │ └───Carbon │ ├───Cli │ ├───Doctrine │ ├───Exceptions │ ├───Lang │ ├───Laravel │ ├───List │ ├───PHPStan │ └───Traits ├───nikic │ └───php-parser │ ├───bin │ ├───grammar │ └───lib │ └───PhpParser │ ├───Builder │ ├───Comment │ ├───ErrorHandler │ ├───Internal │ ├───Lexer │ │ └───TokenEmulator │ ├───Node │ │ ├───Expr │ │ │ ├───AssignOp │ │ │ ├───BinaryOp │ │ │ └───Cast │ │ ├───Name │ │ ├───Scalar │ │ │ └───MagicConst │ │ └───Stmt │ │ └───TraitUseAdaptation │ ├───NodeVisitor │ ├───Parser │ └───PrettyPrinter ├───nunomaduro │ └───collision │ └───src │ ├───Adapters │ │ ├───Laravel │ │ └───Phpunit │ └───Contracts │ └───Adapters │ └───Phpunit ├───opis │ └───closure │ └───src ├───paragonie │ └───random_compat │ ├───dist │ ├───lib │ └───other ├───paypal │ └───rest-api-sdk-php │ ├───.github │ └───lib │ └───PayPal │ ├───Api │ ├───Auth │ ├───Cache │ ├───Common │ ├───Converter │ ├───Core │ ├───Exception │ ├───Handler │ ├───Log │ ├───Rest │ ├───Security │ ├───Transport │ └───Validation ├───phar-io │ ├───manifest │ │ ├───examples │ │ ├───src │ │ │ ├───exceptions │ │ │ ├───values │ │ │ └───xml │ │ └───tests │ │ ├───exceptions │ │ ├───values │ │ ├───xml │ │ └───_fixture │ └───version │ ├───src │ │ ├───constraints │ │ └───exceptions │ └───tests │ ├───Integration │ └───Unit ├───phenx │ ├───php-font-lib │ │ ├───maps │ │ ├───sample-fonts │ │ ├───src │ │ │ └───FontLib │ │ │ ├───EOT │ │ │ ├───Exception │ │ │ ├───Glyph │ │ │ ├───OpenType │ │ │ ├───Table │ │ │ │ └───Type │ │ │ ├───TrueType │ │ │ └───WOFF │ │ └───tests │ │ └───FontLib │ └───php-svg-lib │ ├───src │ │ └───Svg │ │ ├───Gradient │ │ ├───Surface │ │ └───Tag │ └───tests │ └───Svg ├───phpdocumentor │ ├───reflection-common │ │ ├───.github │ │ │ └───workflows │ │ └───src │ ├───reflection-docblock │ │ └───src │ │ ├───DocBlock │ │ │ └───Tags │ │ │ ├───Factory │ │ │ ├───Formatter │ │ │ └───Reference │ │ └───Exception │ └───type-resolver │ └───src │ ├───PseudoTypes │ └───Types ├───phpoffice │ └───phpspreadsheet │ └───src │ └───PhpSpreadsheet │ ├───Calculation │ │ ├───Engine │ │ ├───locale │ │ │ ├───bg │ │ │ ├───cs │ │ │ ├───da │ │ │ ├───de │ │ │ ├───en │ │ │ │ └───uk │ │ │ ├───es │ │ │ ├───fi │ │ │ ├───fr │ │ │ ├───hu │ │ │ ├───it │ │ │ ├───nl │ │ │ ├───no │ │ │ ├───pl │ │ │ ├───pt │ │ │ │ └───br │ │ │ ├───ru │ │ │ ├───sv │ │ │ └───tr │ │ └───Token │ ├───Cell │ ├───Chart │ │ └───Renderer │ ├───Collection │ ├───Document │ ├───Helper │ ├───Reader │ │ ├───Gnumeric │ │ ├───Ods │ │ ├───Security │ │ ├───Xls │ │ │ ├───Color │ │ │ └───Style │ │ ├───Xlsx │ │ └───Xml │ ├───RichText │ ├───Shared │ │ ├───Escher │ │ │ ├───DgContainer │ │ │ │ └───SpgrContainer │ │ │ └───DggContainer │ │ │ └───BstoreContainer │ │ │ └───BSE │ │ ├───JAMA │ │ │ └───utils │ │ ├───OLE │ │ │ └───PPS │ │ └───Trend │ ├───Style │ ├───Worksheet │ │ ├───AutoFilter │ │ │ └───Column │ │ └───Drawing │ └───Writer │ ├───Ods │ │ └───Cell │ ├───Pdf │ ├───Xls │ └───Xlsx ├───phpoption │ └───phpoption │ └───src │ └───PhpOption ├───phpspec │ └───prophecy │ └───src │ └───Prophecy │ ├───Argument │ │ └───Token │ ├───Call │ ├───Comparator │ ├───Doubler │ │ ├───ClassPatch │ │ └───Generator │ │ └───Node │ ├───Exception │ │ ├───Call │ │ ├───Doubler │ │ ├───Prediction │ │ └───Prophecy │ ├───PhpDocumentor │ ├───Prediction │ ├───Promise │ ├───Prophecy │ └───Util ├───phpunit │ ├───php-code-coverage │ │ ├───.github │ │ ├───src │ │ │ ├───Driver │ │ │ ├───Exception │ │ │ ├───Node │ │ │ └───Report │ │ │ ├───Html │ │ │ │ └───Renderer │ │ │ │ └───Template │ │ │ │ ├───css │ │ │ │ ├───icons │ │ │ │ └───js │ │ │ └───Xml │ │ └───tests │ │ ├───tests │ │ │ └───Exception │ │ └───_files │ │ └───Report │ │ ├───HTML │ │ │ ├───CoverageForBankAccount │ │ │ ├───CoverageForClassWithAnonymousFunction │ │ │ └───CoverageForFileWithIgnoredLines │ │ └───XML │ │ ├───CoverageForBankAccount │ │ ├───CoverageForClassWithAnonymousFunction │ │ └───CoverageForFileWithIgnoredLines │ ├───php-file-iterator │ │ ├───.github │ │ ├───src │ │ └───tests │ ├───php-text-template │ │ └───src │ ├───php-timer │ │ ├───.github │ │ ├───src │ │ └───tests │ ├───php-token-stream │ │ ├───.github │ │ ├───src │ │ │ └───Token │ │ │ └───Stream │ │ └───tests │ │ ├───Token │ │ └───_fixture │ └───phpunit │ └───src │ ├───Framework │ │ ├───Assert │ │ ├───Constraint │ │ ├───Error │ │ ├───Exception │ │ └───MockObject │ │ ├───Api │ │ ├───Builder │ │ ├───Exception │ │ ├───Generator │ │ ├───Rule │ │ └───Stub │ ├───Runner │ │ ├───Filter │ │ └───Hook │ ├───TextUI │ └───Util │ ├───Annotation │ ├───Log │ ├───PHP │ │ └───Template │ └───TestDox ├───psr │ ├───container │ │ └───src │ ├───http-client │ │ └───src │ ├───http-factory │ │ └───src │ ├───http-message │ │ └───src │ ├───log │ │ └───Psr │ │ └───Log │ │ └───Test │ └───simple-cache │ └───src ├───psy │ └───psysh │ ├───.github │ ├───.phan │ ├───bin │ ├───src │ │ ├───CodeCleaner │ │ ├───Command │ │ │ ├───ListCommand │ │ │ └───TimeitCommand │ │ ├───Exception │ │ ├───ExecutionLoop │ │ ├───Formatter │ │ ├───Input │ │ ├───Output │ │ ├───Readline │ │ ├───Reflection │ │ ├───Sudo │ │ ├───TabCompletion │ │ │ └───Matcher │ │ ├───Util │ │ ├───VarDumper │ │ └───VersionUpdater │ ├───test │ │ ├───CodeCleaner │ │ │ └───Fixtures │ │ ├───Command │ │ │ └───TimeitCommand │ │ ├───Exception │ │ ├───fixtures │ │ │ ├───default │ │ │ │ ├───.config │ │ │ │ │ └───psysh │ │ │ │ └───.local │ │ │ │ └───share │ │ │ │ └───psysh │ │ │ ├───legacy │ │ │ │ └───.psysh │ │ │ ├───mixed │ │ │ │ └───.psysh │ │ │ └───project │ │ ├───Formatter │ │ │ └───Fixtures │ │ ├───Input │ │ ├───Readline │ │ ├───Reflection │ │ ├───Sudo │ │ ├───TabCompletion │ │ ├───tools │ │ ├───Util │ │ └───VersionUpdater │ └───vendor-bin │ └───box ├───ralouphie │ └───getallheaders │ └───src ├───ramsey │ └───uuid │ └───src │ ├───Builder │ ├───Codec │ ├───Converter │ │ ├───Number │ │ └───Time │ ├───Exception │ ├───Generator │ └───Provider │ ├───Node │ └───Time ├───sabberworm │ └───php-css-parser │ ├───lib │ │ └───Sabberworm │ │ └───CSS │ │ ├───Comment │ │ ├───CSSList │ │ ├───Parsing │ │ ├───Property │ │ ├───Rule │ │ ├───RuleSet │ │ └───Value │ └───tests │ ├───files │ └───Sabberworm │ └───CSS │ ├───CSSList │ └───RuleSet ├───scrivo │ └───highlight.php │ ├───Highlight │ │ └───languages │ ├───HighlightUtilities │ └───styles ├───sebastian │ ├───code-unit-reverse-lookup │ │ ├───src │ │ └───tests │ ├───comparator │ │ ├───.github │ │ ├───src │ │ └───tests │ │ └───_fixture │ ├───diff │ │ ├───.github │ │ ├───src │ │ │ ├───Exception │ │ │ └───Output │ │ └───tests │ │ ├───Exception │ │ ├───fixtures │ │ │ ├───out │ │ │ └───UnifiedDiffAssertTraitIntegrationTest │ │ ├───Output │ │ │ └───Integration │ │ └───Utils │ ├───environment │ │ ├───.github │ │ ├───src │ │ └───tests │ ├───exporter │ │ ├───.github │ │ ├───src │ │ └───tests │ ├───global-state │ │ ├───.github │ │ ├───src │ │ │ └───exceptions │ │ └───tests │ │ └───_fixture │ ├───object-enumerator │ │ ├───src │ │ └───tests │ │ └───_fixture │ ├───object-reflector │ │ ├───src │ │ └───tests │ │ └───_fixture │ ├───recursion-context │ │ ├───src │ │ └───tests │ ├───resource-operations │ │ ├───.github │ │ ├───build │ │ ├───src │ │ └───tests │ ├───type │ │ ├───.github │ │ ├───.idea │ │ │ └───inspectionProfiles │ │ ├───src │ │ │ └───exception │ │ └───tests │ │ ├───unit │ │ └───_fixture │ └───version │ └───src ├───spatie │ └───laravel-permission │ ├───.github │ │ └───workflows │ ├───config │ ├───database │ │ └───migrations │ ├───docs │ │ ├───advanced-usage │ │ ├───basic-usage │ │ ├───best-practices │ │ └───images │ └───src │ ├───Commands │ ├───Contracts │ ├───Exceptions │ ├───Middlewares │ ├───Models │ └───Traits ├───swiftmailer │ └───swiftmailer │ ├───.github │ ├───doc │ ├───lib │ │ ├───classes │ │ │ └───Swift │ │ │ ├───AddressEncoder │ │ │ ├───ByteStream │ │ │ ├───CharacterReader │ │ │ ├───CharacterReaderFactory │ │ │ ├───CharacterStream │ │ │ ├───Encoder │ │ │ ├───Events │ │ │ ├───KeyCache │ │ │ ├───Mailer │ │ │ ├───Mime │ │ │ │ ├───ContentEncoder │ │ │ │ ├───HeaderEncoder │ │ │ │ └───Headers │ │ │ ├───Plugins │ │ │ │ ├───Decorator │ │ │ │ ├───Loggers │ │ │ │ ├───Pop │ │ │ │ └───Reporters │ │ │ ├───Signers │ │ │ ├───StreamFilters │ │ │ └───Transport │ │ │ └───Esmtp │ │ │ └───Auth │ │ └───dependency_maps │ └───tests │ ├───acceptance │ │ └───Swift │ │ ├───ByteStream │ │ ├───CharacterReaderFactory │ │ ├───Encoder │ │ ├───KeyCache │ │ ├───Mime │ │ │ ├───ContentEncoder │ │ │ └───HeaderEncoder │ │ └───Transport │ │ └───StreamBuffer │ ├───bug │ │ └───Swift │ ├───fixtures │ ├───smoke │ │ └───Swift │ │ └───Smoke │ ├───unit │ │ └───Swift │ │ ├───ByteStream │ │ ├───CharacterReader │ │ ├───CharacterStream │ │ ├───Encoder │ │ ├───Events │ │ ├───KeyCache │ │ ├───Mailer │ │ ├───Mime │ │ │ ├───ContentEncoder │ │ │ ├───HeaderEncoder │ │ │ └───Headers │ │ ├───Plugins │ │ │ ├───Loggers │ │ │ └───Reporters │ │ ├───Signers │ │ ├───StreamFilters │ │ └───Transport │ │ ├───Esmtp │ │ │ └───Auth │ │ └───EsmtpTransport │ └───_samples │ ├───charsets │ │ ├───iso-2022-jp │ │ ├───iso-8859-1 │ │ └───utf-8 │ ├───dkim │ ├───files │ └───smime ├───symfony │ ├───console │ │ ├───Command │ │ ├───CommandLoader │ │ ├───DependencyInjection │ │ ├───Descriptor │ │ ├───Event │ │ ├───EventListener │ │ ├───Exception │ │ ├───Formatter │ │ ├───Helper │ │ ├───Input │ │ ├───Logger │ │ ├───Output │ │ ├───Question │ │ ├───Resources │ │ │ └───bin │ │ ├───Style │ │ └───Tester │ ├───css-selector │ │ ├───Exception │ │ ├───Node │ │ ├───Parser │ │ │ ├───Handler │ │ │ ├───Shortcut │ │ │ └───Tokenizer │ │ └───XPath │ │ └───Extension │ ├───debug │ │ ├───Exception │ │ └───FatalErrorHandler │ ├───error-handler │ │ ├───Error │ │ ├───ErrorEnhancer │ │ ├───ErrorRenderer │ │ ├───Exception │ │ └───Resources │ │ ├───assets │ │ │ ├───css │ │ │ ├───images │ │ │ └───js │ │ └───views │ ├───event-dispatcher │ │ ├───Debug │ │ └───DependencyInjection │ ├───event-dispatcher-contracts │ ├───finder │ │ ├───Comparator │ │ ├───Exception │ │ └───Iterator │ ├───http-client-contracts │ │ ├───Exception │ │ └───Test │ │ └───Fixtures │ │ └───web │ ├───http-foundation │ │ ├───Exception │ │ ├───File │ │ │ ├───Exception │ │ │ └───MimeType │ │ ├───Session │ │ │ ├───Attribute │ │ │ ├───Flash │ │ │ └───Storage │ │ │ ├───Handler │ │ │ └───Proxy │ │ └───Test │ │ └───Constraint │ ├───http-kernel │ │ ├───Bundle │ │ ├───CacheClearer │ │ ├───CacheWarmer │ │ ├───Config │ │ ├───Controller │ │ │ └───ArgumentResolver │ │ ├───ControllerMetadata │ │ ├───DataCollector │ │ ├───Debug │ │ ├───DependencyInjection │ │ ├───Event │ │ ├───EventListener │ │ ├───Exception │ │ ├───Fragment │ │ ├───HttpCache │ │ ├───Log │ │ ├───Profiler │ │ └───Resources │ ├───mime │ │ ├───Crypto │ │ ├───DependencyInjection │ │ ├───Encoder │ │ ├───Exception │ │ ├───Header │ │ ├───Part │ │ │ └───Multipart │ │ ├───Resources │ │ │ └───bin │ │ └───Test │ │ └───Constraint │ ├───polyfill-ctype │ ├───polyfill-iconv │ │ └───Resources │ │ └───charset │ ├───polyfill-intl-idn │ │ └───Resources │ │ └───unidata │ ├───polyfill-intl-normalizer │ │ └───Resources │ │ ├───stubs │ │ └───unidata │ ├───polyfill-mbstring │ │ └───Resources │ │ └───unidata │ ├───polyfill-php72 │ ├───polyfill-php73 │ │ └───Resources │ │ └───stubs │ ├───polyfill-php80 │ │ └───Resources │ │ └───stubs │ ├───process │ │ ├───Exception │ │ └───Pipes │ ├───routing │ │ ├───Annotation │ │ ├───DependencyInjection │ │ ├───Exception │ │ ├───Generator │ │ │ └───Dumper │ │ ├───Loader │ │ │ ├───Configurator │ │ │ │ └───Traits │ │ │ ├───DependencyInjection │ │ │ └───schema │ │ │ └───routing │ │ └───Matcher │ │ └───Dumper │ ├───service-contracts │ │ ├───Attribute │ │ └───Test │ ├───translation │ │ ├───Catalogue │ │ ├───Command │ │ ├───DataCollector │ │ ├───DependencyInjection │ │ ├───Dumper │ │ ├───Exception │ │ ├───Extractor │ │ ├───Formatter │ │ ├───Loader │ │ ├───Reader │ │ ├───Resources │ │ │ ├───bin │ │ │ ├───data │ │ │ └───schemas │ │ ├───Util │ │ └───Writer │ ├───translation-contracts │ │ └───Test │ └───var-dumper │ ├───Caster │ ├───Cloner │ ├───Command │ │ └───Descriptor │ ├───Dumper │ │ └───ContextProvider │ ├───Exception │ ├───Resources │ │ ├───bin │ │ ├───css │ │ ├───functions │ │ └───js │ ├───Server │ └───Test ├───theseer │ └───tokenizer │ └───src ├───tijsverkoyen │ └───css-to-inline-styles │ └───src │ └───Css │ ├───Property │ └───Rule ├───vlucas │ └───phpdotenv │ └───src │ ├───Environment │ │ └───Adapter │ ├───Exception │ └───Regex ├───webmozart │ └───assert │ └───src └───yajra ├───laravel-datatables ├───laravel-datatables-buttons │ └───src │ ├───config │ ├───Contracts │ ├───Generators │ │ └───stubs │ ├───Html │ ├───resources │ │ ├───assets │ │ └───views │ ├───Services │ └───Transformers ├───laravel-datatables-editor │ └───src │ └───Generators │ └───stubs ├───laravel-datatables-fractal │ ├───config │ └───src │ ├───Commands │ │ └───stubs │ └───Transformers ├───laravel-datatables-html │ └───src │ ├───Html │ │ ├───Columns │ │ ├───Editor │ │ │ └───Fields │ │ └───Options │ │ ├───Languages │ │ └───Plugins │ └───resources │ ├───config │ └───views └───laravel-datatables-oracle └───src ├───config ├───Contracts ├───Exceptions ├───Facades ├───Processors └───Utilities
Admin Panel Features
Dashboard
- Smart and elegant dashboard with top and left menu



Administration
- Unlimited user support for admin and clients
- Which user type is "user", that is client. And user type "admin" is admin.


Client
- Client module with credit add and update facility
- List of all registered client


Payment
- Package category and sub-category with add, edit and delete functionalities
- Create new package with edit and delete functionalities
- Package details with export and printing options
- Payment gateway integration
- Transaction history
- List of all payment history made by particular client








Campaign
- List of campaign with status like number of sent, delivered and opened mail.
- User can update personal information.
- After 30 minutes’ campaign will start automatically and edit will be disabled
- Admin can edit or override campaign status
- Download campaign status in pdf or picture format



Templates
- Dynamic template functionalities with editor
- Admin can create custom email template with drag and drop builder
- Pre defined email templates
- Client can also upload existing template and save it to campaign
- Template list along with edit and delete functionalities







Property Type
- List of property type with edit and delete options


Issue
- Admin will have issue list as per client
- Review and solution giving option for admin with status



Setting
- Dynamic system settings




Client Panel Features
Client's Dashboard

Campaign
- Create new campaign with necessary data along with edit and delete functionality
- Choose template from the system and use own email template facility
- Download campaign status in pdf or picture format




Purchase Credit
- Client will have to buy a package to create and execute a campaign
- Client can purchase credit

Available Credit
- Client can check available credit

Payment History
- List of all payment history made by particular client


Issue
- Client can create an issue and send it to admin
- Issue list for client with solution and status provided by admin



Source & Credit
- Laravel 5.8
- Vue.js
- php
- Purple Template (Followed Design)
- Bootstrap 4.3.1
- Latest jQuery v3.3.1
- bumbummen99/shoppingcart (Used for shopping cart)
- torann/geoip (Used to track current IP)
- yajra/laravel-datatables (Used for Datatable)
- laracasts/flash (Used for flash message)
- barryvdh/laravel-dompdf (Used to generate pdf)
This is a complete dynamic system and design & development credit fully goes to ITclan BD.
Troubleshoot
If you face any difficulities regarding this application, please feed free to contact with us anytime. We are 24/7 active for support.
Email: support@itclanbd.com