GithubHelp home page GithubHelp logo

loic-sharma / anvil Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 8.0 2.09 MB

A PHP 5.3 CMS built on top of Laravel 4 and other composer components.

License: BSD 2-Clause "Simplified" License

PHP 62.26% JavaScript 1.24% CSS 36.49%

anvil's Introduction

anvil's People

Contributors

loic-sharma avatar

Stargazers

 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

anvil's Issues

Some Question

Hey :)
Your project bassed on what modules? Entrust for auth or sentry or maybe you doing all? ;p

install error

hi loic sharma , i tried istalling anvil but i get this error when i try to access the website for completing the installation using the browser .

ReflectionException: Class path.storage does not exist
in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Container\Container.php line 294
at ReflectionClass->__construct('path.storage') in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Container\Container.php line 294
at Container->build('path.storage', array()) in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Container\Container.php line 236
at Container->make('path.storage', array()) in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Foundation\Application.php line 389
at Application->make('path.storage') in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Container\Container.php line 466
at Container->offsetGet('path.storage') in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php line 80
at ViewServiceProvider->Illuminate\View{closure}()
at call_user_func(object(Closure)) in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php line 43
at EngineResolver->resolve('blade') in D:\Ampps\www\Anvil\anvil\classes\Anvil\Providers\ViewServiceProvider.php line 111
at ViewServiceProvider->registerBladeExtension() in D:\Ampps\www\Anvil\anvil\classes\Anvil\Providers\ViewServiceProvider.php line 24
at ViewServiceProvider->register() in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Foundation\Application.php line 304
at Application->register(object(ViewServiceProvider)) in D:\Ampps\www\Anvil\anvil\vendor\laravel\framework\src\Illuminate\Foundation\ProviderRepository.php line 67
at ProviderRepository->load(object(Application), array('Illuminate\Foundation\Providers\ArtisanServiceProvider', 'Illuminate\Cache\CacheServiceProvider', 'Illuminate\Foundation\Providers\CommandCreatorServiceProvider', 'Illuminate\Session\CommandsServiceProvider', 'Illuminate\Foundation\Providers\ComposerServiceProvider', 'Illuminate\Routing\ControllerServiceProvider', 'Illuminate\Cookie\CookieServiceProvider', 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Html\HtmlServiceProvider', 'Illuminate\Foundation\Providers\KeyGeneratorServiceProvider', 'Illuminate\Log\LogServiceProvider', 'Illuminate\Mail\MailServiceProvider', 'Illuminate\Database\MigrationServiceProvider', 'Illuminate\Pagination\PaginationServiceProvider', 'Illuminate\Foundation\Providers\PublisherServiceProvider', 'Illuminate\Queue\QueueServiceProvider', 'Illuminate\Redis\RedisServiceProvider', 'Illuminate\Auth\Reminders\ReminderServiceProvider', 'Illuminate\Database\SeedServiceProvider', 'Illuminate\Foundation\Providers\ServerServiceProvider', 'Illuminate\Session\SessionServiceProvider', 'Illuminate\Foundation\Providers\TinkerServiceProvider', 'Illuminate\Translation\TranslationServiceProvider', 'Illuminate\Validation\ValidationServiceProvider', 'Illuminate\Workbench\WorkbenchServiceProvider', 'Anvil\Providers\AuthServiceProvider', 'Anvil\Providers\RoutingServiceProvider', 'Anvil\Providers\ViewServiceProvider', 'Anvil\Providers\ModuleServiceProvider', 'Anvil\Providers\SettingsServiceProvider', 'Anvil\Providers\MenuServiceProvider', 'Profiler\ProfilerServiceProvider')) in D:\Ampps\www\Anvil\anvil\start.php line 217
at include('D:\Ampps\www\Anvil\anvil\start.php') in D:\Ampps\www\Anvil\index.php line 15

Documentation?

Is there documentation for this module? Perhaps a link to a website?

Bob

Navigation error in admin

Install worked great.
Went to admin and clicked around.
Clicked Navigation (http://127.0.0.1/admin/navigation)
and got this error, no idea why

ErrorException
โ€ฆ\classes\Anvil\Plugins\NavigationPlugin.php : 52
Illuminate\Exception\Handler handleError
โ€ฆ\classes\Anvil\Plugins\NavigationPlugin.php : 52
Anvil\Plugins\NavigationPlugin groups
โ€ฆ\storage\views\59ffd719d525ebfbc8214e25c4626940 : 12

ErrorException
Undefined property: Anvil\Plugins\NavigationPlugin::$model

    /**
* Get all of the navigation groups.
*
* @return array
*/
public function groups()
{
return $this->model->all();
}

Error - Permission denied during install

After step-2 have next error: file_put_contents(/home/user/sites/lara2.dev/public/installer/../config/database.php): failed to open stream: Permission denied

I tried to chmod permissions - no changes so far...

Installer Step-2 error and Admin Panel

  1. In step-2 have error:

BadMethodCallException
Method [validateRoot] does not exist.

But when change this (in routes.php):
'password' => array(''), for this 'password' => array('required'), all works :)

  1. Error when i go to Admin Panel from link:

Exception
Call to undefined method [addAsset].
Open: /var/www/anvil/anvil/classes/Anvil/Plugins/Plugin.php
return call_user_func_array(array($model, $method), $args);
}
}

    else
    {
        // The plugin has no model, throw an exception.
        throw new \Exception("Call to undefined method [$method].");
    }
}

Error user.php

anvil\anvil\src\Anvil\Auth\Models\User.php

public function __toString()
{
return $this->displayName();
}

Plz help T__T

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.