This guide automates the installation of essential components required for Full-Stack Laravel development on Ubuntu 24.04.
- PHP 8.3
- Node 20
- Composer
- Nginx
- MariaDB
- Laravel Installer
- NVM (Node Version Manager)
- Yarn
To set up your Full-Stack Laravel development environment, execute the following command to run the automated setup script:
bash <(wget -q -O - https://raw.githubusercontent.com/clebsonsh/dev-setup/main/setup.sh)
Follow the prompts and instructions provided by the script to complete the installation.
Happy coding with Laravel! 🚀