Skip to content

Releases: patricksamson/laravel-5-snippets

Add Mail:: support

16 Feb 17:00
Compare
Choose a tag to compare
1.2.6

Update Readme

Changed Blade snippets scope to text.html

04 Feb 19:01
Compare
Choose a tag to compare
1.2.5

Changed scope of blade snippets

Fixed Blade snippets not showing

23 Jan 20:07
Compare
Choose a tag to compare
1.2.4

Typo, it's release 1.2.4

Some function parameters didn't exist

07 Jan 02:28
Compare
Choose a tag to compare
1.2.3

Update laravel version badge

Fix Typos

07 Jan 00:36
Compare
Choose a tag to compare
Merge pull request #7 from jeanpierreb/patch-2

Fix tab trigger for secret

Fix typos

19 Dec 02:24
Compare
Choose a tag to compare

Some snippets were broken because of it.

Huge cleanup and complete Laravel 5.1 support

18 Dec 01:36
Compare
Choose a tag to compare

All of the snippets were cleaned up since the last release. They now all
follow PSR-2 and were updated to fully support Laravel 5.1.

The most notable changes are :

  • Much better snippets to create database columns in migrations.
  • Cleaned up all Helper snippets (these were a mess).
  • Added missing Helper snippets.
  • Added missing Request snippets.
  • Added missing Storage snippets.
  • Added Console snippets (there weren't any before).

Fixed scope for Blade snippets

08 Dec 21:04
Compare
Choose a tag to compare
1.1.4

Fixed the scope of Blade snippets

Add new Blade Snippets

27 Nov 06:29
Compare
Choose a tag to compare

A few snippets were added, specifically for Blade :
- @can and @cannot - These are used for Authorization purposes
- @each
- @lang - for I18n directly in Blade
- @push and @stack - Mainly used to add view-specific CSS and JS in a clean way
- @{{ - These curvy braces will not be processed by Blade; useful for JS frameworks (Angular)
- {{-- To add comments in Blade views

PSR-2 Compliance

24 Sep 21:14
Compare
Choose a tag to compare
1.1.2

Release v1.1.2