GithubHelp home page GithubHelp logo

laravel-4-bootstrap-3-starter's People

Contributors

jaggy avatar od3n 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-4-bootstrap-3-starter's Issues

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

Problem 1
- Can only install one of: laravelbook/ardent[v2.4.1, dev-master].
- Can only install one of: laravelbook/ardent[dev-master, 2.4.1].
- zizaco/confide dev-master requires laravelbook/ardent dev-master -> satisfiable by laravelbook/ardent[dev-master].
- Installation request for zizaco/confide dev-master -> satisfiable by zizaco/confide[dev-master].
- Installation request for laravelbook/ardent 2.4.1 -> satisfiable by laravelbook/ardent[2.4.1].

zizaco error after dev composer install

Hi,

So I just unzipped the whole folder and tried running composer install --dev on it but came across an error. It tells me both zizaco confide & entrust need laravelbook/ardent to be installed.

Checking your latest composer.json file it seems the repositories are correct, so I'm not sure how to solve this... Any ideas?

Thanks

Updating own password error

when updating own password via /user
it submits to /user/1/update gives ErrorException - Trying to get property of non-object

User object does not appear to exist at this point ,

Editing users through admin works

Installing dependencies hangs!

Hello! Congrats for this! Seems the perfect starter app!

Unfortunately, it gives me error.

I have everything setup, i could already install laravel from composer create, run it, having mysql connection succeeded, etc...

On this project, i clone it, and when i do 2nd step (first of the guide you refer).. means "composer install --dev" ....

It hangs... Left it all night, more than 14 hours, uses a lot of resources, and hangs on:
Loading composer repositories with package information
Installing dependencies (including require-dev)

.......

That's it :P

another installation error on fresh "composer install --dev"

Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Can only install one of: laravelbook/ardent[v2.4.1, dev-master].
- Can only install one of: laravelbook/ardent[dev-master, 2.4.1].
- zizaco/confide dev-master requires laravelbook/ardent dev-master -> satisfiable by laravelbook/ardent[dev-master].
- Installation request for zizaco/confide dev-master -> satisfiable by zizaco/confide[dev-master].
- Installation request for laravelbook/ardent 2.4.1 -> satisfiable by laravelbook/ardent[2.4.1].

laravel version to 4.1

As long as I had a dependency to Laravel 4.0.* in composer.json the

composer install --dev

command did not work. I even let the command run for about 2 hours being busy with other tasks and yet nothing happened.

I have switched to Laravel 4.1.* and now the project is throwing a new error at the end :

Fatal error: Call to undefined method Illuminate\Foundation\Application::redirec tIfTrailingSlash() in D:\xampp\htdocs\sb\bootstrap\start.php on line 16 Script php artisan optimize handling the post-install-cmd event returned with an error

[RuntimeException]
Error Output:

Nigel D'Souza

Ardent has been required twice in composer.json, causes an error on installation.

old ConfideServiceProvider loaded

Couldn't do a fresh install had to switch out old ConfideServiceProvider. Replace with 'Zizaco\Confide\ServiceProvider' in 'app/config/app.php' and 'app/config/local/app.php'.

Class 'Eloquent' not found when mocking testing

Hi,
I'm getting this error:

Fatal Error: Class 'Eloquent' not found in /path/to/laravel/app/models/widget.php on line 3

when i'm try to testing with just type 'phpunit' on my command line. I'm new to unit testing in laravel and this is a little bit confusing.. could you tell me what's going up there?

sColumns not defined.

Getting ErrorException thrown with message "Undefined offset: 1"

Doing a bit of debugging and it appears that sColumns isn't set and is throwing an error. (http://ep.d.pr/j0Ys/4F8F3x3D)

Stacktrace:
#20 ErrorException in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:78
#19 Illuminate\Exception\Handler:handleError in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:78
#18 Bllim\Datatables\Datatables:__construct in /vhosts/laravel.dev/httpdocs/vendor/bllim/datatables/src/Bllim/Datatables/Datatables.php:105
#17 Bllim\Datatables\Datatables:of in /vhosts/laravel.dev/httpdocs/app/controllers/AdminUserController.php:316
#16 AdminUserController:data in <#unknown>:0
#15 call_user_func_array in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:231
#14 Illuminate\Routing\Controller:callAction in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:93
#13 Illuminate\Routing\ControllerDispatcher:call in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:62
#12 Illuminate\Routing\ControllerDispatcher:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:962
#11 Illuminate\Routing\Router:Illuminate\Routing{closure} in <#unknown>:0
#10 call_user_func_array in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Route.php:109
#9 Illuminate\Routing\Route:run in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1028
#8 Illuminate\Routing\Router:dispatchToRoute in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Routing/Router.php:996
#7 Illuminate\Routing\Router:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:776
#6 Illuminate\Foundation\Application:dispatch in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:746
#5 Illuminate\Foundation\Application:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72
#4 Illuminate\Session\Middleware:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47
#3 Illuminate\Cookie\Queue:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51
#2 Illuminate\Cookie\Guard:handle in /vhosts/laravel.dev/httpdocs/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23
#1 Stack\StackedHttpKernel:handle in /vhosts/laravel.dev/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:642
#0 Illuminate\Foundation\Application:run in /vhosts/laravel.dev/httpdocs/public/index.php:49

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.