Where to find open data for statistical analyzes, seed databases with initial data or even create auxiliary tables for certain business areas? The developer community works hard to create repositories that offer data to meet these needs, how about checking and contributing to these repositories.
The `.Dev` extension is no longer a local domain option to use in your application development configuration, what would be the best domain extensions to replace `dev`?
Laradock is a complete web development environment for Docker, which was born to meet the development of Laravel systems and currently provides containers for various situations for PHP development.
It supports a variety of common services, all pre-configured to provide a PHP development environment,...
This article deals with the Laravel routing not to working in new projects, taking into account a very specific context, when you have new Apache server installations.
Problem script
At some point you will start a new project with the newly installed project with the Laravel Framework, after running the standard...
If you work with the PHP Framework Laravel, you know that installing your application in a default directory of a VPS account or a shared server, without changes, will force you to run the application leaving the root directory as it will need to access it by the subdirectory /public
. For example:...
Only the "Target Class XXX does not exist" error is common in PHP, a specific change in the LARABLE VERSION 8 brought a punctual problem with not finding the controllers, see how to solve.
News brought in the release of version 8 of the PHP framework - Laravel.
In this article you will understand Roy Fielding’s theory, which described the software architecture most used today for building APIs and integrating systems in the cloud, REST (Representational State Transition), which served as the basis for the APIs of modern software in the cloud ( or in cloud if you...
We can say that HTTP network protocol highway that sustains all the communication and operation of web systems and the communication of APIs REST or SOAP between mobile applications and backend servers.
In other words:
Virtually all information on the Internet travels using the HTTP communication protocol
Mazer...