Giter Site home page Giter Site logo

bumble's People

Contributors

crazyscience avatar davidhemphill avatar tomcastleman 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bumble's Issues

League\\Flysystem\\Filesystem::listPaths

After composer install/update, laravel has an error. Can't do requests + artisan fails also. This is the error:

{"error":{"type":"BadMethodCallException","message":"Call to undefined method League\Flysystem\Filesystem::listPaths","file":"C:\www\bumble\vendor\league\flysystem\src\Filesystem.php","line":713}}

Integration tests

Is there any intention to include some form of integration tests, to test the Eloquent repositories and models?

cheers

Migration error

I'm new in Laravel and I'm trying Bumble. I've gotten the errors above in the last commands of instalation:

root@debian3:/var/www/projects/dev/Laravel5b# php artisan migrate
Migration table created successfully.

[Illuminate\Database\QueryException]
SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "users" already exists
(SQL: create table "users" ("id" serial primary key not null, "name" varch
ar(255) not null, "email" varchar(255) not null, "password" varchar(60) not
null, "remember_token" varchar(100) null, "created_at" timestamp(0) withou
t time zone not null, "updated_at" timestamp(0) without time zone not null)
)

[PDOException]
SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "users" already exists

root@debian3:/var/www/projects/dev/Laravel5b# php artisan db:seed --class=BumbleSeeder

[ReflectionException]
Class BumbleSeeder does not exist

I'm using Debian 6 and PostgreSQL 9.

Solutions:
The first error was resolved deleting the file 2014-10-12_000000_create_users_table.php . This file come with Laravel.
The second error is not resolved. The instalation of Bumble does not create the BumbleSeeder.php and BumbleUsersTableSeeder.php classes in database / seeds . Even creating this files manually the problem persist.

I await guidance.

Regards.

dashboard 500 Internal Server Error

Hi, I have this error:

image

the response is:

image

I also noticed in console when runs php artisan serve:
[Tue Sep 01 20:28:29 2015] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in C:\wamp\www\laravel\bumble\vendor\laravel\framework\src\Illuminate\Support\Str.php on line 2689

Thank you

Bumble docs site is down

I'm getting the "Whoops" error when I hit https://bumblecms.com/docs. It may be useful to also put a link to the docs repo on the main bumble repo, just to aid beginners, like myself.

Cheers for the package though, looking forward to poking around.

Documentation for Bumble

Hi,
Is there any form of documentation of tutorials for getting started with Bumble. I see a lot of prospect for this package and want to get started immediately
Thanks for your efforts

Uwascan

Can't see my model in the CMS.

Heya,

My model doesn't show in the dashboard and top/left menu. I created my model in app/models/

Filename: Pogo.php (random name)

<?php

class Pogo extends Monarkee\Bumble\Models\BumbleModel{

    public $showInTopNav = true;
    public $invisible = false;
    public $description = 'Pages for the different sections of the website';
    public $editingTitle = 'slug';

    public function setFields(){
        return new Fieldset([
                new TextField('title'),
                new SlugField('slug', ['set_from' => 'title']),
                new TextareaField('content', [
                    'rows' => 6 // The number of rows the textarea should have
                ])
            ]);
    }
}

& congratz with your daugther :P cheers! (twitter)

Laravel BadMethodCallException

Hello,

I keep getting

Call to undefined method Illuminate\Database\Query\Builder::isHidden()

after running

php artisan vendor:publish --provider="Monarkee\Bumble\Providers\BumbleServiceProvider" --tag="migrations" 

and from log I can see it is called in vendor\monarkee\bumble\Repositories\ArrayConfigModelRepository.php(84): Illuminate\Database\Eloquent\Model->__call('isHidden', Array)

Laraval 5.1 verseion

First very nice project!
Second is there any plan / timeframe / roadmap for a Laravel 5.1 version of Bumble?

installation error

When i try to install in my latest Laravel project it gives me this error

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install laravel/framework v5.2.27
    - Conclusion: don't install laravel/framework v5.2.26
    - Conclusion: don't install laravel/framework v5.2.25
    - Conclusion: don't install laravel/framework v5.2.24
    - Conclusion: don't install laravel/framework v5.2.23
    - Conclusion: remove laravel/framework v5.2.22
    - Conclusion: don't install laravel/framework v5.2.22
    - Conclusion: don't install laravel/framework v5.2.21
    - Conclusion: don't install laravel/framework v5.2.20
    - Conclusion: don't install laravel/framework v5.2.19
    - Conclusion: don't install laravel/framework v5.2.18
    - Conclusion: don't install laravel/framework v5.2.17
    - Conclusion: don't install laravel/framework v5.2.16
    - Conclusion: don't install laravel/framework v5.2.15
    - Conclusion: don't install laravel/framework v5.2.14
    - Conclusion: don't install laravel/framework v5.2.13
    - Conclusion: don't install laravel/framework v5.2.12
    - Conclusion: don't install laravel/framework v5.2.11
    - Conclusion: don't install laravel/framework v5.2.10
    - Conclusion: don't install laravel/framework v5.2.9
    - Conclusion: don't install laravel/framework v5.2.8
    - Conclusion: don't install laravel/framework v5.2.7
    - Conclusion: don't install laravel/framework v5.2.6
    - Conclusion: don't install laravel/framework v5.2.5
    - Conclusion: don't install laravel/framework v5.2.4
    - Conclusion: don't install laravel/framework v5.2.3
    - Installation request for monarkee/bumble dev-master -> satisfiable by monarkee/bumble[dev-master].
    - Conclusion: don't install laravel/framework v5.2.2
    - monarkee/bumble dev-master requires laravelcollective/html 5.1.* -> satisfiable by laravelcollective/html[v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.1.4, v5.1.5, v5.1.6, v5.1.7, v5.1.8, v5.1.9].
    - laravelcollective/html v5.1.0 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.1 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.2 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.3 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.4 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.5 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.6 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.7 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.8 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - laravelcollective/html v5.1.9 requires illuminate/routing 5.1.* -> satisfiable by illuminate/routing[v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.6, v5.1.8].
    - don't install illuminate/routing v5.1.1|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.13|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.16|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.2|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.20|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.22|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.25|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.28|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.30|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.31|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.6|don't install laravel/framework v5.2.0
    - don't install illuminate/routing v5.1.8|don't install laravel/framework v5.2.0
    - monarkee/bumble dev-master requires laravel/framework 4.*|5.* -> satisfiable by laravel/framework[v5.2.22, v5.2.0, v5.2.1, v5.2.10, v5.2.11, v5.2.12, v5.2.13, v5.2.14, v5.2.15, v5.2.16, v5.2.17, v5.2.18, v5.2.19, v5.2.2, v5.2.20, v5.2.21, v5.2.23, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.3, v5.2.4, v5.2.5, v5.2.6, v5.2.7, v5.2.8, v5.2.9].
    - Conclusion: don't install laravel/framework v5.2.1

run time error in laravel 5

I tried to install your cms in laravel 5 and at the end after generating auto-load file I got this :

[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::getCachedCompil
ePath()

Script php artisan clear-compiled handling the post-update-cmd event returned wi
th an error

[RuntimeException]
Error Output:

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock]
[--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-
progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
[--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [packages1] ... [p
ackagesN]

Trying to get property of non-object

Hi,

my user model

use Monarkee\Bumble\Models\BumbleModel;

class User extends BumbleModel implements AuthenticatableContract,
                                AuthorizableContract,
                                CanResetPasswordContract

But i get the following error:

ErrorException in BumbleModel.php line 227:

Trying to get property of non-object

Can you help me?

Error loading css in login form

Hi Guys

In the login.blade.php the bumble.css loading is harcoded.
Now is like this

<link rel="stylesheet" href="/packages/monarkee/bumble/css/bumble.css">

and should be

<link rel="stylesheet" href="{{ asset('/packages/monarkee/bumble/css/bumble.css') }}">

Cheers

License

Hi, great cms!

Which license has this project?

Greetings.

Remove `user-select: none` from the doc CSS

Due to this piece of CSS that is applied to the body in marketing.css, none of the website content can be selected or copied, which is actually pretty important when you have stuff like command line instructions and demo snippets;

-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

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.