laravel-bootstrap
laravel-bootstrap copied to clipboard
[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Uploads: public function getSrc(){ return $this->getPath().$this->filename; } seems delimiter is omitted: $this->getPath().'/'.$this->filename;
While I really appreciate the direction this package was going in, I'm not sure if it's being actively maintained. I went through the installation steps and finally got this working....
Symfony \ Component \ Debug \ Exception \ FatalErrorException Class User contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Auth\UserInterface::getRememberToken, Illuminate\Auth\UserInterface::setRememberToken, Illuminate\Auth\UserInterface::getRememberTokenName) open:...
Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for davzie/laravel-bootstrap dev-master -> satisfiable by davzie/laravel-bootstrap[dev-master ]. - Conclusion: remove laravel/framework v4.2.8...
I try to override the base controllers postNew() method in my custom Controller like assigning many to many relationship but I get error Call to undefined method Illuminate\Database\Query\Builder::sync() the overrided...
Sorry bothering again but I really like this repo because I learnt from lot of cool features I've been able to split the backend from frontend like creating separate ObjectControler...
Hi, I just installed and is really promising. Congrats!! But what is the best approach to extend the functionality of backend with own methods? I was following the wok flow...