Skip to content

Releases: sebastienheyd/boilerplate

Laravel 5.8 compatibility

09 Mar 08:00
Compare
Choose a tag to compare

Tests and PSR2 coding standards

08 Mar 15:46
Compare
Choose a tag to compare
5.7.10

Functional tests with Laravel Dusk

Fix bootstrap security vulnerabilities

06 Mar 14:45
Compare
Choose a tag to compare
5.7.9

Fix bootstrap security vulnerabilities

Bootbox locales

13 Feb 09:12
Compare
Choose a tag to compare

Bootbox locales are now in bootbox.locales.js

Readme and optimizations

09 Feb 08:57
Compare
Choose a tag to compare
  • Updated readme
  • Moved config, console commands and assets
  • Optimized @php calls in views

Moved resources & users menu items

07 Feb 10:30
Compare
Choose a tag to compare
  • views have been moved from resources/views/vendor/boilerplate to resources/views
  • lang have been moved from resources/lang/vendor/boilerplate to resources/lang/boilerplate
  • new users menu items ("add new user" and "your profile")

Assets now use mix with versionning

04 Feb 09:12
Compare
Choose a tag to compare

All assets used by Boilerplate now use Laravel mix with versioning. This avoid to manually clear browser cache on package update.

IMPORTANT !

After package update, you need to put the new assets folder into the public folder. To do that, run this command :

php artisan vendor:publish --provider="Sebastienheyd\Boilerplate\BoilerplateServiceProvider" --tag=public --force

After that, you can delete these following files and folders (unless you have added files in them) :

  • public/css/boilerplate.min.css
  • public/fonts
  • public/js/boilerplate.min.js
  • public/js/plugins
  • public/images/default_user.png
  • public/images/boxed-bg.jpg

Route names prefix

30 Jan 13:36
Compare
Choose a tag to compare

All routes names now have boilerplate. as prefix.

If you have already boilerplate installed, you need to change this line in config/boilerplate/app.php :

'redirectTo' => 'boilerplate.home' to 'redirectTo' => 'boilerplate.dashboard'

If you have published boilerplate views, you need to remove the folder resources/views/errors, unless you have made changes in it. Laravel now have its own errors views.

Routing and menu

30 Jan 09:07
Compare
Choose a tag to compare
  • Add possibility to define your own providers classes to build menu in the new configuration file menu.php
  • Add possibility to define your own class to display the dashboard
  • Routes refactoring

Turkish language

22 Oct 07:43
32f8c70
Compare
Choose a tag to compare