承接 latfur/laravel-event-crud 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

latfur/laravel-event-crud

最新稳定版本:v1.0.0

Composer 安装命令:

composer require latfur/laravel-event-crud

包简介

Laravel Event CRUD With Full Calendar

README 文档

README

Issues Stars

Laravel Event CRUD with Full calendar

Event-Example Screenshot Event-Example Screenshot

Features

  • Responsive Design.
  • Create ,Edit and Delete Event.
  • Event view in calendar and list.
  • Front end validation
  • Back end validation

Resource:

  • Bootstrap
  • Fullcalendar
  • Parsley js
  • Bootstrap Datetimepicker

Installation

Event CRUD is a Laravel package so you can install it via Composer. Run this command in your terminal from your project directory:

composer require latfur/laravel-event-crud

Wait for a while, Composer will automatically install Event CRUD in your project.

Configuration

When the download is complete, you have to call this package service in config/app.php config file. To do that, add this line in app.php in providers section:

Latfur\Event\EventServiceProvider::class,

Now run this command in your terminal to publish this package resources:

php artisan vendor:publish --provider="Latfur\Event\EventServiceProvider"

After running this command, all necessary file will be included in your project. This package has two default migrations. So you have to run migrate command like this. (But make sure your database configuration is configured correctly.)

php artisan migrate

Usage

It is very easy to use.

http://127.0.0.1:8000/event

统计信息

  • 总下载量: 5.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 1
  • Forks: 10
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-08-24