shahadat.zcpe / edc
Easy Development command
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:package
Requires
- php: >=7.0.0
README
How to install
Run this composer command from your terminal
composer require shahadat.zcpe/edc
Laravel 5.4 or below:
Add this service provide in config\app.php
\Shahadat\Edc\ServiceProvider::class
Laravel 5.5:
Nothing to do.
How to update configurations:
First run these command then to copy configuration file to your config directory. Then edit edc.php file form your config folder.
php artisan vendor:publish --tag=edc
Others requirments
I have used jquery cdn and bulma css so internet connection reqired from browser. Bulma css framework : https://bulma.io Jquery : https://jquery.com/
How to use?
Visit your website trailing /edc
http://example.com/edc
Security
- This will not work when you have production enviroenment
- Security key will be used later(Currently working)