sharp icon indicating copy to clipboard operation
sharp copied to clipboard

A Laravel 5 CMS for developers who hate CMS

Results 2 sharp issues
Sort by recently updated
recently updated
newest added

You put in your commit message that you will try to accept Laravel 5.1 yet you declare version 5.0.\* in your composer.json file.

###### installation is old. not works in laravel 5 there is some small changes in installation: - Add "dvlpp/sharp": "2.0.*" to composer.json 's require section; run composer update; - Add...