Node v23.2.0 (Current)
Migrator is a GUI migration manager for Laravel in which you can create, migrate, delete, and roll back your migrations.
The post Migrator is a GUI Migration Manager for Laravel appeared first on Laravel News.
A week left to enjoy the early bird registration for SymfonyLive Paris 2022 conference organized on April 7-8 2022. Join us for a week of Symfony in French: 2-day workshops and 2-day conference!
Today the Ember project is releasing version 4.1 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.2 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here:
Config package got a minor version.
It introduces ConfigInterface
that is allowing one to customize the process of obtaining configs:
Take a look at our top 10 Laravel Tutorials from 2021.
The post Our top 10 Laravel Tutorials of 2021 appeared first on Laravel News.
As announced during SymfonyWorld, the Symfony CLI code is now Open-Source. You can find the code on Github.
The code that I open-sourced today has evolved a lot since the fork from the proprietary code. The main differences are the following:
Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd()
function.