Leads Manager v1.00 - Built-in Laravel/AJAX
You can manage your leads, add, update, or even delete without refreshing , using jQuery & AJAX This is a project I've made years ago (and updated it now)...
App Preview
Setup
If you don't have composer, install it first :
composer install
Configure database
Use .env file to setup your database
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE= HERE DATABASE NAME
DB_USERNAME= HERE DATABASE USER
DB_PASSWORD= HERE DATABASE PASSWORD
Migrate to database
php artisan migrate
Seed the data (Generate fake data)
php artisan db:seed
Run Node Package Manager (NPM)
npm install && npm run dev
Launch the app
php artisan serve
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.