Giter Site home page Giter Site logo

laravel-user-notifications's Introduction

Laravel 5.1 Latest Stable Version Total Downloads Latest Unstable Version License Build Status Code Climate Test Coverage

User notifications for Laravel 5.*. Support for eloquent & doctrine2 orm (laravel-doctrine).

Install with composer $ composer require nikolajlovenhardt/laravel-user-notifications

Documentation

  • Go to [Getting started](docs/01 Getting started.md)

  • Created by Wonderfulday.dk

laravel-user-notifications's People

Contributors

nikolajlovenhardt avatar sroutier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-user-notifications's Issues

Conflicting with laravel/framework v5.4.8

laravel/framework v5.4.8 requires ramsey/uuid 3.5.2 (or at least that's what it has installed) which is preventing this package from installing.

Is there a way around this?

Migration fails on MySQL

Migration fails on MySQL with error:

SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key (SQL: create table `notif
  ications` (`id` int unsigned not null auto_increment primary key, `text` text not null, `date` datetime not null, `user` varchar(255) not null, `read` int not null auto_increm
  ent primary key) default character set utf8 collate utf8_unicode_ci)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.