Skip to content

Commit c5f3ff7

Browse files
author
LAPTOP-48KIJ867\Langri
committed
no message
1 parent ca53bd2 commit c5f3ff7

File tree

68 files changed

+25907
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+25907
-142
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
vendor/
2+
node_modules/
3+
4+
# Laravel 4 specific
5+
bootstrap/compiled.php
6+
app/storage/
7+
8+
# Laravel 5 & Lumen specific
9+
bootstrap/cache/
10+
storage/
11+
.env.*.php
12+
.env.php
13+
.env
14+
.env.example

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# laravel-helper
22
A set of code snippets and functions to use across all projects.
33

4-
This package contains some modifications made over a fresh installation of Laravel 5.63.
4+
This package contains some modifications made over a fresh installation of Laravel >= 5.3.
55

66
With time, this package would contain all modifications of the bare Laravel app. In other words, as soon as you include this package in your composer.json, you will get fully working starter kit.
77

@@ -96,18 +96,13 @@ use ModelExtensions;`
9696

9797

9898

99-
100-
101-
10299
### Done!
103100
Now you can check if the package works. Point your browser to `unrulyhelpers`. You should see a clock - an example developed along Laraveldaily tutorial http://laraveldaily.com/how-to-create-a-laravel-5-package-in-10-easy-steps/
104101

105102

106103

107104
## To do (Future features)
108105

109-
1. Include Migrations for the Starter Kit package
110-
2. Include Models for the Starter Kit package
111106

112107

113108
## Example usage

public/css/adjustments_bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/adjustments_bootstrap_advanced_presenter.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/adjustments_bootstrap_radio.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1{text-align:center;margin-top:4rem}

public/css/adjustments_gavagai.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nav{text-align:center}.un_nav .dropdown a{color:#333!important}

public/css/adjustments_materializecss.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700i|Montserrat:400,800i|Ubuntu+Condensed&subset=latin-ext');
2+
3+
/*inna para: Josefin Sans and Amatic SC*/
4+
/*
5+
font: normal normal 400 2rem/120% "Merriweather", serif;
6+
font: italic normal 700 2rem/120% "Merriweather", serif;
7+
8+
9+
font: normal normal 400 2rem/120% "Montserrat", sans-serif;
10+
font: italic normal 800 2rem/120% "Montserrat", sans-serif;
11+
12+
13+
font: normal normal 400 2rem/120% "Ubuntu Condensed", sans-serif;
14+
*/
15+
16+
17+
/*############################*/
18+
/*ADJUST MATERIALCSS*/
19+
/*############################*/
20+
nav, .page-footer {
21+
/*color: #fff;*/
22+
background-color: rgba(102, 102, 87, 0.882);
23+
}
24+
25+
26+
27+
28+
29+
30+
.un_nav {
31+
/*text-align: center;*/
32+
padding: .3rem;
33+
background: rgba(85, 85, 85, .1);
34+
}
35+
nav a {
36+
/*color: white!important;*/
37+
/*font: normal normal 400 1rem "Ubuntu Condensed", sans-serif; */
38+
}
39+
metainfo {
40+
display: block;
41+
position: relative;
42+
width: 80%;
43+
margin: 2rem auto;
44+
padding: 3rem;
45+
}
46+
quote {
47+
display: block;
48+
position: relative;
49+
width: 80%;
50+
margin: 2rem auto;
51+
padding: 3rem;
52+
min-height: 50%;
53+
background: rgba(36, 36, 36, .1);
54+
font: italic normal 700 2rem/120% "Merriweather", serif;
55+
color: rgba(36, 36, 36, .9);
56+
57+
attribution {
58+
display: block;
59+
text-align: right!important;
60+
margin-right: 5rem;
61+
color: rgba(36, 36, 36, .6);
62+
font: normal normal 400 2rem/120% "Montserrat", sans-serif;
63+
}
64+
p.nonpl {
65+
color: #999;
66+
}
67+
}
68+
69+
/*#####################################*/
70+
71+
/*COMMON ELEMENTS*/
72+
73+
/*#####################################*/
74+
.un_feedback {
75+
margin: .4rem;
76+
padding: .3rem;
77+
margin: 3rem auto;
78+
display: block;
79+
width: 50%;
80+
min-width: 30rem;
81+
border: 2px dashed rgba(51, 102, 255, 1);
82+
border-left: 6px solid rgba(51, 102, 255, 1);
83+
color: white!important;
84+
background: #444;
85+
em, span {
86+
font: italic 700 1.3rem 'Open Sans'!important;
87+
}
88+
}
89+
.un_feedback:before {
90+
display: inline-block;
91+
content: "Komunikat: ";
92+
}
93+
94+
.un_feedback.needrefine {
95+
border: 2px dashed yellow;
96+
border-left: 6px solid yellow;
97+
}
98+
99+
100+
.un_feedback.error {
101+
border: 2px dashed rgba(255, 51, 0, 1);
102+
border-left: 6px solid rgba(255, 55, 0, 1);
103+
}
104+
105+
.un_feedback.admin {
106+
border: 2px dashed rgba(255, 153, 0, 1);
107+
border-left: 6px solid rgba(255, 153, 0, 1);
108+
}
109+
110+
.un_feedback.admin {
111+
border: 2px dashed rgba(255, 153, 0, 1);
112+
border-left: 6px solid rgba(255, 153, 0, 1);
113+
}
114+
.un_feedback:before {
115+
display: inline-block;
116+
background: #777;
117+
padding: .1rem .3rem;
118+
font-family: "Ubuntu Condensed";
119+
content: "Feedback: ";
120+
121+
}
122+
.un_feedback.admin:before {
123+
border: 2px dashed rgba(255, 153, 0, 1);
124+
content: "Okienko Admina: ";
125+
color: rgba(255, 153, 0, 1);
126+
127+
}

0 commit comments

Comments
 (0)