#laravelenlighten search results

This made my day! #LaravelEnlighten appears as "featured package" this week on ⁦@laravelnews⁩ newsletter 🙌🙌🙌 @laravelphp #laravel

Jeffer_8a's tweet image. This made my day! 

#LaravelEnlighten appears as "featured package" this week on ⁦@laravelnews⁩ newsletter 🙌🙌🙌

@laravelphp #laravel

If you get an unexpected ValidationException in your test, #LaravelEnlighten will show you the validation messages as well 💡

Sileence's tweet image. If you get an unexpected ValidationException in your test, #LaravelEnlighten will show you the validation messages as well 💡

📢 Current status: Adding the release notes for #LaravelEnlighten 0.4 🙂 @laravelphp

Jeffer_8a's tweet image. 📢 Current status:  Adding the release notes for #LaravelEnlighten 0.4 🙂

@laravelphp

After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:
Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

🎉 450 installs the first month after publishing #LaravelEnlighten 🎊 @laravelphp 👏

Jeffer_8a's tweet image. 🎉 450 installs the first month after publishing #LaravelEnlighten 🎊

@laravelphp 👏

We are getting a lot of positive feedback on the #LaravelEnlighten project 🙌 I can't wait until the next release 🙂 @laravelphp #laravel

Jeffer_8a's tweet image. We are getting a lot of positive feedback on the #LaravelEnlighten project 🙌 I can't wait until the next release 🙂

@laravelphp #laravel

Do you miss Ignition when running your HTTP tests? An unintended feature of #LaravelEnlighten is that you can see Ignition when a test fails😮

Sileence's tweet image. Do you miss Ignition when running your HTTP tests? An unintended feature of #LaravelEnlighten is that you can see Ignition when a test fails😮

#LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

Sileence's tweet image. #LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

Anonymous classes turn out to be very useful when writing tests. This is an example from #LaravelEnlighten I'm just working on:

Sileence's tweet image. Anonymous classes turn out to be very useful when writing tests. This is an example from #LaravelEnlighten I'm just working on:

A new version of #LaravelEnlighten is out 🎉 v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3 We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit tests 🤯, and much more github.com/StydeNet/enlig…

Jeffer_8a's tweet image. A new version of #LaravelEnlighten is out 🎉 

v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3

We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit  tests 🤯, and much more github.com/StydeNet/enlig…

Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten

Sileence's tweet image. Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten
Sileence's tweet image. Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten

Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten? This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

Sileence's tweet image. Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten?

This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

You can use #LaravelEnlighten to quickly see the status of your project⚡️ github.com/StydeNet/enlig…

Sileence's tweet image. You can use #LaravelEnlighten to quickly see the status of your project⚡️

github.com/StydeNet/enlig…

#LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️ So it's easier to spot problems even if all your tests are passing.

Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.
Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.

My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests. Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

Sileence's tweet image. My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests.

Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

. @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉 and the feedback we are getting today has been amazing! The @laravelphp community is the best! 👏 github.com/stydenet/enlig…

Jeffer_8a's tweet image. . @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉  and the feedback we are getting today has been amazing! The  @laravelphp community is the best! 👏

github.com/stydenet/enlig…

. #LaravelEnlighten 0.2.8 is out 🎉 github.com/StydeNet/enlig… If you want to know what's coming for the next release, join our discord channel 🙂 discord.com/invite/hNCV6p

Jeffer_8a's tweet image. . #LaravelEnlighten 0.2.8 is out 🎉 

github.com/StydeNet/enlig…

If you want to know what's coming for the next  release, join our discord channel 🙂 

discord.com/invite/hNCV6p

In the current version of @LaravelLivewire this won't work because we can't access the MakesHttpRequestsWrapper::class object from the test-method context to add the #LaravelEnlighten middleware that captures the data to create the documentation.


Modernizing web applications was never easy but since Laravel, things have taken a turn for good, see for yourself and decide whether anything else can beat the most established framework for PHP #LaravelEnlighten #PHP #developers #DEVCommunity


You can use ⚡ #LaravelEnlighten to document your projects, but also to share the progress with your team, client, project-manager, QA, etc. Less technical people can have a general overview of your project that they can understand; better than a chart report 😉 @laravelphp

Enlighten 0.6.* includes a new command: `php artisan enlighten` With support for Collision & Parallel testing (by @enunomaduro) Use it to generate your documentation or to help you debug failing tests!

Sileence's tweet image. Enlighten 0.6.* includes a new command:

`php artisan enlighten` 

With support for Collision & Parallel testing (by @enunomaduro)

Use it to generate your documentation or to help you debug failing tests!
Sileence's tweet image. Enlighten 0.6.* includes a new command:

`php artisan enlighten` 

With support for Collision & Parallel testing (by @enunomaduro)

Use it to generate your documentation or to help you debug failing tests!


⚡️ Laravel Enlighten v0.6.1 was released just now with support for Parallel Testing 🎉 @laravelphp #LaravelEnlighten See the full list of changes in the following link 👉 github.com/StydeNet/enlig…


This made my day! @johannesahrndt gave a talk about #LaravelEnlighten in the @laravelphp_de meetup. It makes me feel really happy that a lot of people are using and enjoying this project that @Sileence and I have been developing in the last few months. Thank for the support 🙌

This post is unavailable.

You can use #LaravelEnlighten to quickly see the status of your project⚡️ github.com/StydeNet/enlig…

Sileence's tweet image. You can use #LaravelEnlighten to quickly see the status of your project⚡️

github.com/StydeNet/enlig…

Check out this preview of laravel-breeze that @Sileence put together with GitHub pages using #LaravelEnlighten and the new "enlighten:export" command to generate static docs for your #laravel projects 🙂

Take a quick look at all the features & pages provided by Laravel Breeze: stydenet.github.io/laravel-breeze… ⚡️

Sileence's tweet image. Take a quick look at all the features & pages provided by Laravel Breeze:

stydenet.github.io/laravel-breeze… ⚡️


My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests. Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

Sileence's tweet image. My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests.

Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

🎉 450 installs the first month after publishing #LaravelEnlighten 🎊 @laravelphp 👏

Jeffer_8a's tweet image. 🎉 450 installs the first month after publishing #LaravelEnlighten 🎊

@laravelphp 👏

. @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉 and the feedback we are getting today has been amazing! The @laravelphp community is the best! 👏 github.com/stydenet/enlig…

Jeffer_8a's tweet image. . @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉  and the feedback we are getting today has been amazing! The  @laravelphp community is the best! 👏

github.com/stydenet/enlig…

🎉 #LaravelEnlighten v0.4 is out 🙌 Now you can generate the documentation for your project and Export everything as static HTML files. @laravelphp github.com/StydeNet/enlig…


📢 Current status: Adding the release notes for #LaravelEnlighten 0.4 🙂 @laravelphp

Jeffer_8a's tweet image. 📢 Current status:  Adding the release notes for #LaravelEnlighten 0.4 🙂

@laravelphp

#LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

Sileence's tweet image. #LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

In the current version of @LaravelLivewire this won't work because we can't access the MakesHttpRequestsWrapper::class object from the test-method context to add the #LaravelEnlighten middleware that captures the data to create the documentation.


After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:
Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

#WIP Workin on a proof of concept for supporting @LaravelLivewire component documentation in #LaravelEnlighten (thread 👇)

Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten? This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

Sileence's tweet image. Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten?

This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:


🎉 #LaravelEnlighten was mentioned on the latest @laravelnews podcast episode (#130) 🙌 Thanks for the shoutout @michaeldyrynda @JacobBennett 👏

Composer 2.0, Enlightened APIs, and Mastering Nova laravel-news.com/composer-2-0-e… posted by @ericlbarnes



⚡️⚡️⚡️This project started as "auto generated API docs" but now allows me to check the current status of my team projects and have a complete view of the entire app w/o having to dive deep into the code.⚡️⚡️⚡️ #LaravelEnlighten @laravelphp

#LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️ So it's easier to spot problems even if all your tests are passing.

Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.
Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.


#LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️ So it's easier to spot problems even if all your tests are passing.

Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.
Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.

A new version of #LaravelEnlighten is out 🎉 v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3 We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit tests 🤯, and much more github.com/StydeNet/enlig…

Jeffer_8a's tweet image. A new version of #LaravelEnlighten is out 🎉 

v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3

We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit  tests 🤯, and much more github.com/StydeNet/enlig…

⚡️⚡️⚡️⚡️A lot of new cool features coming up for the next release of #LaravelEnlighten @laravelphp @LaravelLivewire #laravel Want to know more? Join our discord Chanel discord.gg/hNCV6p

Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten? This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

Sileence's tweet image. Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten?

This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:


No results for "#laravelenlighten"

🎉 450 installs the first month after publishing #LaravelEnlighten 🎊 @laravelphp 👏

Jeffer_8a's tweet image. 🎉 450 installs the first month after publishing #LaravelEnlighten 🎊

@laravelphp 👏

You can also support the #LaravelEnlighten development by becoming a sponsor 🙂 @laravelphp

Jeffer_8a's tweet image. You can also support the #LaravelEnlighten development by becoming a sponsor 🙂

@laravelphp

📢 Current status: Adding the release notes for #LaravelEnlighten 0.4 🙂 @laravelphp

Jeffer_8a's tweet image. 📢 Current status:  Adding the release notes for #LaravelEnlighten 0.4 🙂

@laravelphp

This made my day! #LaravelEnlighten appears as "featured package" this week on ⁦@laravelnews⁩ newsletter 🙌🙌🙌 @laravelphp #laravel

Jeffer_8a's tweet image. This made my day! 

#LaravelEnlighten appears as "featured package" this week on ⁦@laravelnews⁩ newsletter 🙌🙌🙌

@laravelphp #laravel

After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:
Jeffer_8a's tweet image. After the last release of #LaravelEnlighten (0.3), we can see all the multiple requests made on a test-method, which allows capturing all the info for each action-call to the @LaravelLivewire components:

We are getting a lot of positive feedback on the #LaravelEnlighten project 🙌 I can't wait until the next release 🙂 @laravelphp #laravel

Jeffer_8a's tweet image. We are getting a lot of positive feedback on the #LaravelEnlighten project 🙌 I can't wait until the next release 🙂

@laravelphp #laravel

A new version of #LaravelEnlighten is out 🎉 v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3 We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit tests 🤯, and much more github.com/StydeNet/enlig…

Jeffer_8a's tweet image. A new version of #LaravelEnlighten is out 🎉 

v0.3 brings a completely renewed layout, support for @laravelphp ^7.28 and #PHP ^7.3

We added support for Unit Tests, so now you can add code-snippets to your docs, from your @phpunit  tests 🤯, and much more github.com/StydeNet/enlig…

If you get an unexpected ValidationException in your test, #LaravelEnlighten will show you the validation messages as well 💡

Sileence's tweet image. If you get an unexpected ValidationException in your test, #LaravelEnlighten will show you the validation messages as well 💡

#LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

Sileence's tweet image. #LaravelEnlighten 0.4 will include a command to export the auto-generated documentation as static files #GettingThere

. @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉 and the feedback we are getting today has been amazing! The @laravelphp community is the best! 👏 github.com/stydenet/enlig…

Jeffer_8a's tweet image. . @Sileence and I started to work on #LaravelEnlighten six weeks ago; yesterday we released v0.4 🎉  and the feedback we are getting today has been amazing! The  @laravelphp community is the best! 👏

github.com/stydenet/enlig…

You can use #LaravelEnlighten to quickly see the status of your project⚡️ github.com/StydeNet/enlig…

Sileence's tweet image. You can use #LaravelEnlighten to quickly see the status of your project⚡️

github.com/StydeNet/enlig…

Anonymous classes turn out to be very useful when writing tests. This is an example from #LaravelEnlighten I'm just working on:

Sileence's tweet image. Anonymous classes turn out to be very useful when writing tests. This is an example from #LaravelEnlighten I'm just working on:

#LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️ So it's easier to spot problems even if all your tests are passing.

Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.
Sileence's tweet image. #LaravelEnlighten new layout provides a quick glance of the state of your tests⚡️

So it's easier to spot problems even if all your tests are passing.

Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten? This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

Sileence's tweet image. Would it be useful to see your individual @LaravelLivewire component tests in #LaravelEnlighten?

This was just a quick (and fun) test; but we could show more relevant data like the state or path of the component under test:

My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests. Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

Sileence's tweet image. My favourite #LaravelEnlighten feature is that little "💡 See in Enlighten" link. It's very useful to debug failing tests.

Click it and you'll see all the info about the HTTP request including its preview in the browser ⚡️

Do you miss Ignition when running your HTTP tests? An unintended feature of #LaravelEnlighten is that you can see Ignition when a test fails😮

Sileence's tweet image. Do you miss Ignition when running your HTTP tests? An unintended feature of #LaravelEnlighten is that you can see Ignition when a test fails😮

. #LaravelEnlighten 0.2.8 is out 🎉 github.com/StydeNet/enlig… If you want to know what's coming for the next release, join our discord channel 🙂 discord.com/invite/hNCV6p

Jeffer_8a's tweet image. . #LaravelEnlighten 0.2.8 is out 🎉 

github.com/StydeNet/enlig…

If you want to know what's coming for the next  release, join our discord channel 🙂 

discord.com/invite/hNCV6p

Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten

Sileence's tweet image. Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten
Sileence's tweet image. Need to debug a failing test? Click "See in Enlighten" and explore all the information in our dashboard! Available now with v0.2💡 #LaravelEnlighten

Loading...

Something went wrong.


Something went wrong.


United States Trends