@daniel.fagundes Stick to the framework’s conventions. The projects I’ve seen fall apart in almost 10 years of working with Laravel are the projects where someone’s decided their project is a special little snowflake, unlike any other project written in Laravel, and therefore needs a specia...
2. Structure routes/web.php File into Groups That also comes from "basic" Laravel - route grouping. This is an example from the official Laravel documentation: Route::middleware(['first', 'second'])->group(function () { Route::get('/', function () { // Uses first & second Middleware...
Learn how to deploy Laravel: 1. Choose the right VPS provider 2. Prepare the server for deployment 3. Deploy the application + more.
A PaaS (Platform as a Service) for developers to “build, deliver, monitor, and scale apps,” it’s offered as a freemium model. Hence the strong appeal for those on a tight budget. Deploying a Laravel App on Heroku Deploying Laravel projects on Heroku with the help of DeployBot is ...
In this tutorial, I'll take you through an example on how to create a Laravel package in just 7 steps. So, let's go ahead and dive into it. 1. Create our folder for our new package. Create a fresh Laravel project; laravel new core ...
But I have to admit, I’ve never had the chance to explore it fully. Today is the day I jump into PHP. However, I’ll begin my journey with the darling framework that is Laravel (I’ve heard it makes it easy to build secure, scalable full-stack projects from the start!). ...
Web programming languages and frameworks like Rails, React, Laravel, Node.js, Vue.js. Web app builders. Content Management Systems (e.g. WordPress, Shopify). No-code website builders(e.g. Webflow, Bubble, Squarespace). All these are much easier and cheaper than hiring mobile developers, or...
We just call PhpSpreadsheet to get the data and we follow their data structure. You don't have to use Laravel Excel, if you don't like our convention over configuration/using OO import classes (which is the only point that this package exists, and millions of people like it apparently),...
Laravel React Developed by Facebook, React is a JavaScript library for crafting user interfaces, especially single-page applications. Widely acclaimed for its versatility, React is popular with industry leaders like Facebook, Instagram, and Netflix. Opt for it to get dynamic updates in large web ...
Laravel and Symfony are strong, reliable PHP frameworks, so it’s not always easy to answer this question. Laravel is the right option for web development tasks on a smaller scale, while Symfony is often better when working on long-term, complicated projects. It’s stable, long lasting, and...