Getting started with Laravel

Want to give Laravel a try? Here’s a few ways you could start.
profile photo
Dave Calnan

Laravel Bootcamp

I think the best way to get started with Laravel is with the recently-released Bootcamp. It’s created by the Laravel team and takes maybe an hour or two to complete. It will give you a practical run through setting up a basic Laravel app and seeing how it interfaces with your JS code.
Laravel has a PHP-based templating language called Blade, you’ll be looking for Intertia, tech that handles the interface between the Laravel app and your React/Vue code.
Laravel - Learn the PHP Framework for Web Artisans
Together let's walk through building and deploying a modern Laravel application from scratch.
Laravel - Learn the PHP Framework for Web Artisans

Laracasts

Laracasts is bar none the best programming teaching resource I have used. Jeffrey Way taught me how to program and the site has grown and grown since then. They have amazing high-quality video tutorials on all aspects of Laravel from beginner to advanced.
It’s a great next place to learn more about Laravel:
laracasts.com

Laravel Docs

The Laravel docs are really well put together. You can follow their getting started docs and use one of their starter kits and start hacking away yourself.
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Laravel - The PHP Framework For Web Artisans
Related posts
post image
Learn what Laravel can offer your PHP app.
post image
The inspiration for making this website - my own personal experience of adding a Laravel backend to my Remix app.
post image
Deploying Laravel is really easy. Learn how.
Powered by Notaku