pixcafe/starter
最新稳定版本:v2.1.0
Composer 安装命令:
composer require pixcafe/starter
包简介
The "Starter" package will help you get start with your new Laravel project with a awesome backend template.
README 文档
README
The "pixcafe-starter" package will help you get start with your new Laravel project with a awesome backend template. Also, the authentication, basic components will be installed.
Installation
You can install the package via composer
composer require pixcafe/starter
Usage
Step 1: Publish Template Files
php artisan vendor:publish --tag=pixcafe-starter --force
Note: It will affect your public directory, so make sure you take backup of your existing files.
Step 2: Add backend route file to your "web.php" file
require __DIR__ .'/backend.php';
Step 3: Add Helper file to your composer.json
in your composer.json file add bellow code inside autoload:
"files": [ "app/Helper/Helper.php" ]
Step 4: Dump new file
In your terminal use bellow command to dump the new file
composer dump-autoload
Now visit your site, you'll get new home page and other pages. You're done! Enjoy!
Credits
- Shadhin Ahmed
- Pixcafe Team
License
The MIT License (MIT). Please see License File for more information.
Thank you
Feel free to let us know whwat we should implement more!
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-26