LaravelPackages.net
Acme Inc.
Toggle sidebar
diogodsdf/laravel-6-crud-using-ajax

The Laravel Framework.

0
1
About diogodsdf/laravel-6-crud-using-ajax

diogodsdf/laravel-6-crud-using-ajax is a Laravel package for the laravel framework.. It currently has 1 GitHub stars and 0 downloads on Packagist. Install it with composer require diogodsdf/laravel-6-crud-using-ajax. Discover more Laravel packages by diogodsdf or browse all Laravel packages to compare alternatives.

Last updated

Build Status Total Downloads Latest Stable Version License

Require PHP 7.2.5 Update for Laravel version 7x

config init Step 1: git clone https://github.com/diogo-foze/laravel-7-crud-using-ajax cd laravel-7-crud-using-ajax

Step 2: Configure database in .env file

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel_book DB_USERNAME=root DB_PASSWORD=root@123

Step 3: php artisan migrate

Step 4: php artisan serve

Step 5: http://127.0.0.1:8000/books

Star History Chart