Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


We have DB table posts, which is linked to table users with a field posts.user_id = users.id. With Eloquent we can define the relation easily.
On Tuesday 26th May, we upgraded Envoyer's "health check" servers in NYC, London, and Singapore. Due to the upgrades, the service now operates from three new IP...
I have some exciting news to share! My book, ‘How NOT to make a Website’, was featured in the June 2020 edition of net magazine as the Side Project of the Month...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Code to an interface is a technique used in programming where you build your application based on abstractions (interface) and not concretions (classes).
So, you want to build a PWA/SPA quasar app, have the backend be handled by Laravel, and everything to live in one repo? We’ll do just that in this guide.
2. Inside project directory install laravael/ui using Composer. 3. Install the frontend scaffolding using the Artisan command.
JavaScript amazes me everyday when I find something can be done using native JavaScript instead of using heavy-weight libraries or inventing my own functions. R...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
It’s so easy … you need to know that the count is in bytes (B). The most simple form to you calculate in your PHP code is defined constants with type of sizes....
So you are building a web-app for example a blog where you have two categories or roles which a end user might have. So let’s dive into this tutorial and learn...
In case you never heard about Laravel, you can visit here. Default primary key for Laravel Model is using increment integer, for reference. In some case, develo...
Starting today, you can add Imagick support to your projects by importing an external Lambda layer. This change decreases the size of the default Vapor runtime...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel Nova was launched on 22nd August 2018, as the official administration panel for Laravel web applications.
The main advantage of using TypeScript over JavaScript is because the former is a typed language which helps in speeding up the development experience by catchi...
Our cyber age’s burning conceptual issue is, which came first, the PHP tutorial script, or the website? In other words the program is a procedural language call...
Let’s get into detail how to create PHP login more functionally. The following tutorial will provide you each and every step guidance on how to create a secure...