- 14 Jun, 2017 1 commit
-
-
Motch Julien authored
See https://laravel.com/docs/5.4/upgrade >set() method should be changed to ->put() .... Sessions:Symfony Compatibility Laravel's session handlers no longer implements Symfony's SessionInterface. Implementing this interface required us to implement extraneous features that were not needed by the framework. Instead, a new Illuminate\Contracts\Session\Session interface has been defined and may be used instead. The following code changes should also be applied: All calls to the ->set() method should be changed to ->put(). Typically, Laravel applications would never call the set method since it has never been documented within the Laravel documentation. However, it is included here out of caution. All calls to the ->getToken() method should be changed to ->token(). All calls to the $request->setSession() method should be changed to setLaravelSession().
-
- 13 Jun, 2017 13 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 06 Jun, 2017 2 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
- 05 Jun, 2017 2 commits
-
-
Nicolas Widart authored
-
kay899 authored
* Fixing typo error for lang 1) Fixing a typo error for success message 2) Use individual success message for deleting an API key With this change everyone can add his own translations * Adding new translation key Needed for fix in ApiKeysController
-
- 15 May, 2017 3 commits
-
-
Nicolas Widart authored
-
Marcus Reinhardt authored
* Allow other database drivers With this changes, it's possible to define another database driver. It's now also possible to change the port. Moved from https://github.com/AsgardCms/Core/pull/103 * Update ConfigureDatabase.php removed spaces * Update EnvFileWriter.php
-
Salva Camarasa authored
Update Datatables lang files Implementation of chunked uploads
-
- 04 May, 2017 1 commit
-
-
Stairmaster authored
* Added CSS classes to the menu items with children * Remove whitespace at the end of lines
-
- 01 Mar, 2017 7 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
Allow user Welcome and Password Reset email subjects to be translated
-
Micheal Mand authored
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 14 Feb, 2017 1 commit
-
-
Micheal Mand authored
Also has a side effect of adding compatibility with Laravel =< 5.3.29, if the tests would also pass… Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
-
- 10 Jan, 2017 1 commit
-
-
Nicolas Widart authored
-
- 09 Jan, 2017 7 commits
-
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
-
Nicolas Widart authored
Feature/extra view namespaces
-
- 13 Dec, 2016 1 commit
-
-
Nicolas Widart authored
Allows to bind the media assets on custom views too.
-
- 10 Dec, 2016 1 commit
-
-
oimken authored
* Update all simplified-chinese translations Update all simplified-chinese translations(add the missing translations base on english.) * .gitignore .idea * Update .gitignore
-