I think we, as Laravel/PHP community, have a problem.
I don't see many new/young devs starting with Laravel.
I also heard the same topic expressed by Taylor, Jeffrey, Nuno in podcasts.
Question: what can I/we do to promote PHP/Laravel to outsiders?
Let's brainstorm.
New Laravel apps also now include a "setup" Composer script.
This is super convenient when you clone down an existing Laravel application and need to get it up and running by installing dependencies, .env.example -> .env, migrate database, npm install + build, and whatever else. 😅
> git clone
> composer setup
> composer dev
Tip on @filamentphp.
Any table column can be clickable by attaching an action.
Great for “View Details” links or toggling a boolean directly from a cell.
Docs: https://t.co/5k0PIZw2F9
#practicalFilamentDocs