confide
confide copied to clipboard
`php artisan confide:migration` losing line feed?
When I use php artisan confide:migration
to generate migration file , it seems losing 'line feed', and making them into one line.
Win7SP1 64bit
Apache
php5.5
Laravel 4.2
Is that a bug?
Wierd. Try to use "default_line_ending"
as "unix"
in Sublime Text
Does anyone else that uses windows can confirm this?
@Zizaco This is easily fixable by setting correct git config.
I'm on windows, and everything's fine for me. https://i.starbs.net/A8NZ
This is happening to me as well. IDE: PhpStorm 8.0.3 OS: Win 8.1 Line Sep/Ending: Unix
Happened to me as well. With Confide and Entrust.
If i change the line <?php echo "<?php\n"; ?>
to <?php echo "<?php"; ?>
in all blade views in src/view/generators everything works.
Thanks for the tip!
I have the same problem using PHPStorm. Windows 7. On Vagrant box running Ubuntu 14.04
Did anyone find a solution for this, I tried @m-lotez-7o7 solution it did not work for me.
@Zizaco
I can tell some other plugins may cause this.
Try to remove Laravel HTML Minify
, it can be OK!