latfur/laravel-event-crud

Laravel Event CRUD With Full Calendar
5,610 12
Install
composer require latfur/laravel-event-crud
Latest Version:v1.0.0
PHP:>=5.6.0
License:MIT
Last Updated:Jan 29, 2020
Links: GitHub  ·  Packagist
Maintainer: latfur

LARAVEL EVENT CRUD

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

Related Packages

jaxon-php/jaxon-laravel

Jaxon library integration for the Laravel framework

1,828 10
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
oriceon/oauth-5-laravel

OAuth Service Provider for Laravel 5

1,671,889 174
artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

523,362 677
oriceon/toastr-5-laravel

Easy toastr notifications for Laravel 5

503,999 79