laravel ajax crud
1.0.0
This is a simple implementation of Ajax Crud with Laravel 5.8.
git clone https://github.com/mcnika/laravel-ajax-crud.git
cd laravel-ajax-crud
composer install
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
php artisan migrate
php artisan db:seed --class=ContactsTableSeeder
php artisan key:generate
Now open the browser and visit the app. Note! you will need to login to see just created data. Open the database, for example with phpMyAdmin and grab the email address from users table. Use that email and "password" password to login.
You can also register and add your own contact list.
Login:
Contact list:
Create a contact:
Delete a contact: