Jelajahi Sumber

chchchanges

Daniel 8 tahun lalu
induk
melakukan
e309d62eb8
4 mengubah file dengan 7 tambahan dan 21 penghapusan
  1. 3 3
      app/views/hello.blade.php
  2. TEMPAT SAMPAH
      public/img/avatars/1-phphl9upg.jpeg
  3. TEMPAT SAMPAH
      public/img/avatars/17-php0hzsl8.jpeg
  4. 4 18
      readme.md

+ 3 - 3
app/views/hello.blade.php

@@ -22,11 +22,11 @@
 					<li>{{ HTML::link('beliebt', 'Beliebt (Wertung)') }}</li>
 					<li>{{ HTML::link('vorgeschlagen', 'Vorgeschlagen (Datum)') }}</li>
 					<li>{{ HTML::link('gesehen', 'Gesehen') }}</li>
-					<li>{{ HTML::link('neu', 'Film vorschlagen')}}
+					<li>{{ HTML::link('neu', 'Film vorschlagen')}}</li>
 					<li>{{ HTML::link('stats', 'Statistiken') }}</li>
 				</ul>
 				<ul class="nav navbar-nav pull-right">
-
+					 <li><a href="http://git.ascarion.org/daniel/dumbo">Quellcode</a></li>
 					@if(is_null(Auth::user()))
 					<li>{{ HTML::link('login', 'Login') }}</li>
 					@else
@@ -81,4 +81,4 @@
 <script type="text/javascript" src="{{ asset('js/bootstrap.min.js') }}"></script>
 @yield('script')
 </body>
-</html>
+</html>

TEMPAT SAMPAH
public/img/avatars/1-phphl9upg.jpeg


TEMPAT SAMPAH
public/img/avatars/17-php0hzsl8.jpeg


+ 4 - 18
readme.md

@@ -1,21 +1,7 @@
-## Laravel PHP Framework
+### Dumbo Filmabend Plattform
 
-[![Latest Stable Version](https://poser.pugx.org/laravel/framework/version.png)](https://packagist.org/packages/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.png)](https://packagist.org/packages/laravel/framework) [![Build Status](https://travis-ci.org/laravel/framework.png)](https://travis-ci.org/laravel/framework)
+Dumbo ist eine Plattform zum Auswählen und Abstimmen von Filmen. Dumbo basiert auf Laravel 5.2 und Twitter Bootstrap 3.3.
 
-Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
+### Bugs & Vorschläge
 
-Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.
-
-Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
-
-## Official Documentation
-
-Documentation for the entire framework can be found on the [Laravel website](http://laravel.com/docs).
-
-### Contributing To Laravel
-
-**All issues and pull requests should be filed on the [laravel/framework](http://github.com/laravel/framework) repository.**
-
-### License
-
-The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
+Bugs und Vorschläge können unter "Issues" gemeldet werden.