Latest Laravel/PHP Articles

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


medium.com

Laravel Views
Views contain html code that is served by application as response. They are stored in resources/views directory. As laravel uses blade as templating engine. The...
One of the tasks I needed to complete for my Podcast application was showing in the Podcast view the next and previous podcasts from the same show. I mean, we c...
The element will display a clickable button in the browser. It is a generic element which we use mostly in forms. As always, it has a default browser s...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Code to an interface is a technique used in programming where you build your application based on abstractions (interface) and not concretions (classes).
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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....
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Laravel Nova was launched on 22nd August 2018, as the official administration panel for Laravel web applications.