visit
I encounter this issue while working on an application for a client recently. Instead of using a JWT library build for Laravel, I used firebase/php-jwt to generate and authenticate users. Don’t ask why as there were many reasons behind this decision. If you are using any Laravel library for JWT like tymondesigns/jwt-auth then you don’t need this anyway, use the library if you want.
How you can upgrade your laravel application to version 9
When PHP developers need to prepare any enterprise-grade web application, they often prefer to use a framework.
Microsoft recently joined hands with Canonical (the parent company of Ubuntu) to bring the entire userland into Windows, minus the Linux Kernel. So as a result, you, as a developer, get access to the whole range of Ubuntu command-line tools and utilities with bash shell integrated with Windows. Let’s look at how we can install Bash on Windows 10 and take full advantage of the new feature.
A 30 line piece of script can finally provide a good solution for a repository pattern in Laravel apps.
Hello, my name is Adrian. After writing an article about 6 Eloquent Tricks Every Laravel Developer Should Know and receiving a better than expected feedback from the readers, I decided to show some more Laravel tips that are used at Weap.
I like to show error messages on top of the page and it’s pretty easy to do that with Laravel and Blade:
Most of the time in the part of development in software application, users need to have an admin page to show multiple data and information such as sales performance, operation performance, etc. As one of PHP framework, laravel built an administrative panel called laravel nova. Nova is a beautifully designed administration panel for Laravel. By using this tool, you can easily create and manage your admin panel of your website without having create it from scratch. The cool thing about Nova is it developed using PHP or Vue.js because of Laravel compatibility. Hence it makes your admin panel can be flawless and writing custom components is a cinch.
With 72% of the market share, PHP is one of the most popular and widely used programming languages. Laravel is a powerful Model-View-Controller based PHP framework for all of the web artisans. This open-source PHP framework was created for creating full-featured websites. It is the best choice for web app developers who seeks expressive, simple and elegant toolkit in order to create elegant applications with a good speed. The founders of Laravel value elegance, simplicity, and readability more than anything and designed this PHP framework upholding these values. It is PHP’s fastest-growing framework owing to its scalability, ease of use, and flexibility.
Many of us using Docker to make our lives easier have ran into the issue of conflicting ports due to running more than 1 docker container. It’s easy to get bogged down into changing config files and squander an entire afternoon. I intend to write this article as a reminder to my future self whenever I need to set up multiple instances of docker container on a single machine.
The Auction Events Platform for Creators is a Laravel PHP web application streaming live video from an auction event, using the LiveKit.
Are you writing a single page application or SPA? If so, you'd probably want to store some session data in the user's browser in order to keep track of the GUI's state.
Let’s imagine this scenario: You are working on a Laravel application, and you found a bug either in the framework itself or in one of the third party libraries you are using. You edit the code inside your project, or maybe you installed a fresh copy of Laravel and library that has the issue, and you edited the code there. You saved the changes, but when you went to your terminal to commit the changes, GIT just ignored what you did. You start wondering “What’s happening here?”.
By just having the right IDE setup — you can learn and grow, meanwhile producing quality code and software.
Nowadays, the tools we use to browse the internet require us to follow security standards. Otherwise, they tend to flag our web applications/sites as insecure.
When writing a single page application or SPA you might inadvertently end up duplicating code because at the early stage of any project it is quite common to ask yourself so many questions.
When you are looking for a software development partner for your app idea you obviously want to make sure, that your product will be developed in the best technology possible.
Hi, I'm Valerio, software engineer from Italy.
The choice of which framework to use while developing an application depends on many factors, but just like any other application framework, Laravel does have its pros and cons. Leaving inside the hate, I would like to focus on the advantages of using the Laravel framework. Before I jump into the magic of Laravel, I would like to discuss why you would use a framework for developing an application in the first place. What are the potential pitfalls of not using a framework and developing everything on your own?
Swoft is a PHP high performance microservice co-routine framework.
It’s no secret that PHP is sometimes considered a “low-barrier-to-entry” programming language. Laravel is a phenomenal framework and it scores better than most.
This guide is for all PHP developers that need a deeper understanding of how to introduce background Jobs in a Laravel application.
Am I proud of this montage? You bet I am (by the author)
We have created a laravel package to keep the track of raw SQL migration using package Laravel raw sql query migration
A guide on how to implement resumable uploads in PHP with TUS, TUS-PHP and Uppy
Kubernetes or auto scaling can create a bit of mess in your monitoring data. Learn how to monitor your Laravel application by services instead of hostnames.
How to add ReactJS to your Laravel project
One of these issues you might stumble across using the PHP framework Laravel is this one:
How to replicate your production environment in your local machine with a few configuration.
This article originally appeared on the Cosmic JS Blog.
In this part of my series, we will install a minimum viable local environment for Laravel development.
I will cover plugins that I use and recommend for your PhpStorm installation.
The value a software provides to users is often a function of the quality of data it is able to manage.
The easiest way to dockerize your Laravel project. you can set up Laravel in just 10 minutes...
This post is about what to expect from Laravel Sail, how it works and how to make the most of it; it is also a plea to developers to break away from it.
Django is a straightforward option to pick up and offers a backend customized according to the users' needs.
Laravel Octane is a great way to scale your Laravel application. It's easy to use and can improve performance without needing to make changes to your codebase.
It used to be the case that when you program a Laravel project, you program in PHP within the Laravel framework, and then have Vue.js or some other front-end framework at the front-end.
What to expect in laravel 10: An overview of upcoming features and changes. Laravel v10 is the next major version of Laravel after Laravel v9 and laravel v8
Comprehensive guide to web development using laravel framework.
Ruby on Rails is a framework based on Ruby programming language, it is mainly used for web development. what do you need to know about it?
Deemples was nominated as one of the best startups in Kuala Lumpur in Startups of the Year hosted by HackerNoon. Here's an interview with its CEO.
Check out the best tools for Laravel developers to boost the workflow.
Are you looking for a comparison and an ultimate guide for Django vs laravel? You got the final destinations with features and benchmarks.
Keep your Model Observers in Laravel under control.
In this article, we will also go over and configure anything exclusive to PhpStorm. We start by setting some good defaults, that help with automated code format
PHP is highly popular, and needs no introduction. But, so are the frameworks, Laravel, and Symfony. This blog shares detailed insights on the two.
An Auction Runs by A Clock
First things first: What is a sitemap?
Laravel Sail is a powerful tool for managing Laravel development environments, making it a great choice for both solo developers and teams. Get more details.
Sometimes your PHP application might produce many different types of earnings.
My top favorite tools for spotting N+1 problems in database queries for Laravel projects.
Hi, I’m Valerio, software engineer from Italy.
When we start building software, we can see many code's incompatibilities. This is because of many codes have been written based on different contracts.
Debugging in practice means getting lost on tangents, trying to look good in front of your subordinates and doing just a little bit of debugging on the side.
A design for a streaming media server using ReactPHP and Laravel.
In recent Laravel projects that I have been working on, I noticed that I reuse a lot of UI components on the same project but also on other coding projects.
In this article I would share a set of ORMs optimization strategies that I'm using in almost every backend service I'm working on.
Hi, I'm Valerio, software engineer from Italy and CTO at Inspector.
I believe developers of middle and senior levels should always use these must-haves processes with at least one external data store.
In this article I would show you how to turn on analytics in the dark side of your application: "background Jobs and scheduled Artisan commands execution".
You can improve your productivity in Laravel by using these developer-friendly tools and resources to cut down on time spent on tedious, avoidable tasks.
If there is a framework that offers an exceptional platform for building robust web applications in PHP, it’s Laravel. Launched in 2011, the app development framework quickly started gaining ardent followers and became the most starred PHP framework on GitHub in 2015.
Step by Step Guide to Build the Laravel Web App
This article provides a detailed explanation of Laravel Unit and Security Tests for web applications built using the Laravel framework. It explains the process
Ok, first of all, this isn’t an article about which framework is better since they have different base languages.
This is the introduction to a series that was originally published on tech.osteel.me. Only the introduction was brought to Hacker Noon — links to other parts will take you to that other website.
Hi I'm Valerio, software engineer from Italy and CTO at Inspector.
This blog talks about why Laravel 8 deserves another look because of several features that makes it perfect for web development.
Laravel is a very popular open-source PHP framework aimed at easy development of applications. If you are looking for a new PHP framework, you should give Laravel a try.
Laravel has soared in popularity in the last few years. The Laravel community even says that Laravel has made writing PHP enjoyable than a pain. Laravel 6 has some interesting new features. Getting a super scaleable working URL for your application take hours if not days. Setting up something like Kubernetes is a huge task. This is where Google Cloud Run shines, you can get a working HTTPs URL for any of your containerized app in minutes.
I have built a component PayPal integration package using PHP Laravel framework.
PHP web frameworks are the most popular sources for web application development. Laravel web development is one of the most important technologies for web application because of the MVC architecture.
Packages play a big role in the Laravel scene. How big and which packages? To find it out we took the data from the Packagist.org API and filtered out the Laravel packages.
Laravel learning resources
The most common question I encounter when training or consulting with developers, Engineers and Software development laboratories about a new Event Sourcing project is how and where do we start.