# Package crm-forms OneStartup **onestartup/crm-forms** manage forms landings # Installation - Run this in the terminal ```php composer require onestartup/crm-forms ``` - after add the ServiceProvider to the providers array in config/app.php ```php Onestartup\CrmForms\CrmFormsServiceProvider::class, ``` - run command for publish views ```php php artisan vendor:publish --provider="Onestartup\CrmForms\CrmFormsServiceProvider" ``` - run command for publish config file ```php php artisan vendor:publish --tag=config ```