- 22 Mar, 2019 3 commits
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Nicolas Widart authored
Upgrade league/commonmark to avoid security advisory
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 20 Mar, 2019 1 commit
-
-
Nicolas Widart authored
Update master.blade.php
-
- 19 Mar, 2019 1 commit
-
-
Motch Julien authored
Small addition, for some vuejs, I need to pass data on the mount method, but those date need to be available before the '/js/app.js', if not I can't access the data. For instance in a create/edit/index.blade.php I have @section('scripts-before') <script> window.Etablissements = { villes: {!! json_encode($data) !!}, }; </script> @stop
-
- 10 Feb, 2019 1 commit
-
-
Nicolas Widart authored
Change due to version 1.3 of laravel-localization
-
- 06 Feb, 2019 1 commit
-
-
Nicolas Widart authored
Upgrade to Font Awesome 5
-
- 05 Feb, 2019 1 commit
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 22 Jan, 2019 5 commits
-
-
Motch Julien authored
-
Motch Julien authored
-
Motch Julien authored
-
Motch Julien authored
-
Motch Julien authored
New logic from LaravelLocalization/
-
- 13 Dec, 2018 1 commit
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 12 Dec, 2018 2 commits
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 01 Dec, 2018 1 commit
-
-
Nicolas Widart authored
Prevent the bootWidgets() from being executed before middlewares checks
-
- 29 Nov, 2018 18 commits
-
-
Nicolas Widart authored
Fixes, CS and updates
-
Micheal Mand authored
This reverts commit 92e54333.
-
Nicolas Widart authored
Attempt to fix weird glitches with MediaList
-
Micheal Mand authored
They all have branch aliases, so 4.0 will pull dev until a 4.0 release Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Replace Facade usage with helpers, clean up spacing and style, adjust head items to better match conventions Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Sometimes the directory won’t load, or thumbnails won’t show… Various other weird glitches, too. The `data` -> `media` variable name change is probably just a placebo. Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Nicolas Widart authored
Extract vendor packages from main JS bundle
-
Nicolas Widart authored
Update from upstream Laravel
-
Nicolas Widart authored
Rename the label for the status checkbox to make it less ambiguous
-
Nicolas Widart authored
Set default page length to 30 for tables
-
Micheal Mand authored
This gives us smaller files sizes, as well as a file that will hardly ever change Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 21 Nov, 2018 3 commits
-
-
Nicolas Widart authored
Allow deeply nested objects to have media
-
Nicolas Widart authored
Allow CKEditor custom config to work in Vue component
-
Nicolas Widart authored
added whereIn() method to interface, eloquent repo and cache decorator
-
- 14 Nov, 2018 1 commit
-
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 07 Nov, 2018 1 commit
-
-
Christian Giupponi authored
Since the construct is executed before the middlewares, this will prevent the bootWidgets() from being executed before the permissions checks
-