Laravel-4-Bootstrap-Starter-Site
Laravel-4-Bootstrap-Starter-Site copied to clipboard
Laravel 4 Starter Site is a basic blog application using several nice community packages.
I saw issue #251 Delete modal was closed with a fix coming soon but the code is still using frame. Been trying to use modals with no luck. Jeff
Russian language has been added.
I'm working on a fork of this starter site. I integrate an ng-admin to my project within 3 hours. I wonder how can I make the the panel as a...
# At discussion : https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site/issues/411 I clean up my code and share it there. Demo : http://ngadmin.khoanguyen.me/ Please prefer `readme.md` for informations and installation. ## Some short describes: - Have...
This is a starter site for laravel it is usefull to have a laravel-debugbar for developing Laravel applications
Hi, I just downloaded the starter kid and came across this: ``` @if ( ! Auth::check()) You need to be logged in to add comments. Click here to login into...
All delete button open the modal but with confirmation it returned to list page with no delete from the list and no delete from database. ``` public function postDelete($comment) {...