Latest Laravel/PHP Articles

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


The codes of this article here on GitHub. You can download the public resources from here In the 1-st part of this article I’ve described how to make Laravel (5...

blog.laravel.com

Laravel Snippet #14
Creator of Laravel.
Creating middleware for the allowing cross domain access. CORS stands for Cross-Origin Resource Sharing an is a specification that allow modern browsers to requ...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Many developers believe that PHP is dead! For them PHP is an obsolete language that no new developer should consider learning.
When creating Nova resources or running resource actions, users are always presented with a blank form. All fields are empty and all checkboxes are unchecked.
After create your migrations just run the command: php artisan migrate --pretend then artisan will show all DDL statements on the console. I recommend to use th...
In short: Use Composer. Important: Always remember to keep your dependencies updated as you develop software. Fortunately, this is a one-liner:
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hi, I’m Valerio Barbera software engineer and Laravel — certified developer from Naples, Italy. I’m the creator of Inspector, the real time monitoring dashboard...
With Laravel, we can use it’s native “Helper” functions declared at the global level to speed up our coding procedure. Besides these native functions, we can al...
Hey there! So you’ve successfully hosted your Laravel application on Heroku! and now you need to set up your database, sure you need to, how else could you get...
Are you building an API? If you are, chances are you’ll want it to have: Laravel offers all of this out of the box. It also has excellent documentation and an a...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
One of our main goals when building Zenaton is to make sure our product is simple to use. We believe what is important to you is your business logic and that yo...
Sending email to welcome users after signing up (on your application) is one great way to get things running and let users know you’re glad they joined your pla...
People keep asking me about IDE plugins for Rector and Easy Coding Standard.
Hello everyone! For this purpose I will use my own Laravel package, my package have some improvement in Vue side of Laravel such as Installed more packages like...