Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Implement anonymous components #31363

Merged
merged 30 commits into from
Feb 14, 2020
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
788eaee
Implement class-less components
driesvints Feb 5, 2020
823f7f2
Allow array conversion of attributes
driesvints Feb 5, 2020
40dbd97
Throw exception when class or view does not exists
driesvints Feb 5, 2020
0fcc57d
Rename to AnonymousComponent
driesvints Feb 5, 2020
c981774
Changes from Taylor
driesvints Feb 14, 2020
6275dd4
Use sensible default for anonymous components directory
driesvints Feb 14, 2020
2f9de05
Set attributes on anonymous components
driesvints Feb 14, 2020
f3b66c4
formatting and add test
taylorotwell Feb 14, 2020
7680089
update test
taylorotwell Feb 14, 2020
c53db3e
add props directive
taylorotwell Feb 14, 2020
70b8399
Re-add typehint
driesvints Feb 14, 2020
33af1d4
Implement class-less components
driesvints Feb 5, 2020
f624f57
Allow array conversion of attributes
driesvints Feb 5, 2020
58efe4e
Throw exception when class or view does not exists
driesvints Feb 5, 2020
301592f
Rename to AnonymousComponent
driesvints Feb 5, 2020
3f70d7e
Changes from Taylor
driesvints Feb 14, 2020
dd417aa
Use sensible default for anonymous components directory
driesvints Feb 14, 2020
b3acdd5
Set attributes on anonymous components
driesvints Feb 14, 2020
79067d9
formatting and add test
taylorotwell Feb 14, 2020
12dfc6a
update test
taylorotwell Feb 14, 2020
1499261
add props directive
taylorotwell Feb 14, 2020
d9c0788
Re-add typehint
driesvints Feb 14, 2020
d705ae4
use normal loop
taylorotwell Feb 14, 2020
ac79386
Merge branch 'class-less-components' of github.com:laravel/framework …
taylorotwell Feb 14, 2020
c838ae9
Merge branch 'master' into class-less-components
taylorotwell Feb 14, 2020
bd19929
performance improvements
taylorotwell Feb 14, 2020
05ab13b
Apply fixes from StyleCI (#31481)
taylorotwell Feb 14, 2020
04663b1
squeeze more performance
taylorotwell Feb 14, 2020
b7235f2
Merge branch 'class-less-components' of github.com:laravel/framework …
taylorotwell Feb 14, 2020
6724cbd
doc block
taylorotwell Feb 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Illuminate/Console/Concerns/InteractsWithIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\ConsoleOutput;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ChoiceQuestion;
use Symfony\Component\Console\Question\Question;
Expand Down