abhitheawesomecoder / jobboard
使用Laravel 5.2快速创建职位板的包
1.0.1
2016-05-22 12:53 UTC
Requires
- php: >=5.4.0
- abhitheawesomecoder/laravel-edit-profile: 1.0.*
- abhitheawesomecoder/profilepic: 1.0.*
- illuminate/support: ^5.0
This package is not auto-updated.
Last update: 2024-09-26 01:02:33 UTC
README
使用Laravel 5.2快速创建职位板的包
安装
步骤 1:Laravel 5.2 Auth Scafold
php artisan make:auth
步骤 2:安装Composer依赖项
composer require abhitheawesomecoder/laravel-job-board
步骤 3:注册服务提供者
Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class,
Abhitheawesomecoder\Profilepic\ProfilepicServiceProvider::class,
Abhitheawesomecoder\Jobboard\JobboardServiceProvider::class
到 config/app.php 中的 providers 数组中
步骤 4:安装视图和迁移
运行以下命令:'php artisan vendor:publish' 您可以在以下文件夹中覆盖视图:'views/vendor/abhitheawesomecoder/jobboard'
步骤 5:运行迁移
php artisan migrate
使用方法
访问链接 https:///laravel/public/edit-profile
访问链接 https:///laravel/public/recruiters
访问链接 https:///laravel/public/job-seekers
其中 https:///laravel/public/ 是您的Laravel网站路径