phdomiciano/serieslistlaravel
最新稳定版本:v1.0.0
Composer 安装命令:
composer create-project phdomiciano/serieslistlaravel
包简介
This is a simple CRUD of manager series list with Laravel.
关键字:
README 文档
README
This is a simple CRUD of manager series list with Laravel.
Requirements
- PHP ^8.1
- Composer
- Laravel ^9
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer create-project phdomiciano/serieslistlaravel
Create a file sqlite in folder "database" or other DB you wish (For others, configure ".env" file):
database/database.sqlite
If necessary update your requiries, run on Terminal:
composer update
composer dump-autoload
Create the database tables, run on Terminal:
php artisan migrate
Run on Terminal your php server and access the url from project in a web browser.
php artisan serve
Possibles problems in installation
*If you get a 505 error when accessing an application for the first time, run:
php artisan key:generate
*If you get a error like "\bootstrap\cache directory must be present and writable", just delete the folder "cache" and create again a new folder empty
*IF you get a error like "could not find driver (SQL:" when you try run the migrate on Terminal, remember confirm you config in ".env" file. ** If you use sqlite the conection is just:
DB_CONNECTION=sqlite
Now go up the server again.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-15