diogodsdf/laravel-6-crud-using-ajax

Laravel 框架。

dev-master 2022-03-27 23:37 UTC

README

Build Status Total Downloads Latest Stable Version License

要求 PHP 7.2.5 更新以兼容 Laravel 7x 版本

步骤 1: git clone https://github.com/diogo-foze/laravel-7-crud-using-ajax cd laravel-7-crud-using-ajax

步骤 2: 在 .env 文件中配置数据库

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

步骤 3: php artisan migrate

步骤 4: php artisan serve

步骤 5: http://127.0.0.1:8000/books