File tree 5 files changed +27
-32
lines changed
5 files changed +27
-32
lines changed Original file line number Diff line number Diff line change 1
1
* text =auto
2
+ * .css linguist-vendored
3
+ * .less linguist-vendored
Original file line number Diff line number Diff line change @@ -36,18 +36,12 @@ public function report(Exception $e)
36
36
*/
37
37
public function render ($ request , Exception $ e )
38
38
{
39
- if ($ this ->isHttpException ($ e ))
40
- {
41
- return $ this ->renderHttpException ($ e );
42
- }
43
- else if ($ e instanceof Exception)
39
+ if ($ e instanceof Exception)
44
40
{
45
41
return redirect ()->back ()->withInput ()->withFlashDanger ($ e ->getMessage ());
46
42
}
47
- else
48
- {
49
- return parent ::render ($ request , $ e );
50
- }
43
+
44
+ return parent ::render ($ request , $ e );
51
45
}
52
46
53
- }
47
+ }
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ $status = $kernel->handle(
48
48
49
49
$ kernel ->terminate ($ input , $ status );
50
50
51
- exit ($ status );
51
+ exit ($ status );
Original file line number Diff line number Diff line change 9
9
- Frontend and Backend Controllers
10
10
- Form/HTML Facades Included
11
11
- Default Forms Converted to Form Helper Methods
12
- - Default Master Layout
13
- - Master layout file has useful sections to extend
12
+ - Master Layout File with common sections
14
13
- Elixir Compilation and Auto-Prefixation of CSS in header
15
14
- Elixir Compilation and Auto-Prefixation of JS in footer
16
15
- Set up perfectly for use with [ Laravel 5 Vault Package] ( https://github.com/rappasoft/vault )
17
16
- Helper functions
18
- - Bootstrap 3 (LESS/SASS)
19
- - HTML5 Boilerplate v5.0
20
- - Font Awesome (LESS/SASS)
17
+ - [ Bootstrap 3 (LESS/SASS) ] ( http://www.getbootstrap.com )
18
+ - [ HTML5 Boilerplate v5.0] ( http://www.html5boilerplate.com )
19
+ - [ Font Awesome (LESS/SASS) ] ( http://fortawesome.github.io/Font-Awesome/ )
21
20
- Global Messages/Exception Handling
22
21
23
22
### Installation:
You can’t perform that action at this time.
0 commit comments