Laravel models are very useful when it comes to re-usability of the code. You can define a function once and call it in any controller…
I created a SaaS (Software-as-a-Service) application for recruiters and job seekers called Job Entry, built with React JS and Laravel. It is a platform that…
Freelance Status is a tool for freelancers to update clients about their work progress. You can download it for free. Technologies used Features In “Freelance…
I created an online free FTP manager in PHP that allows developers to work on their projects from anywhere. I created this tool in PHP…
Real estate business that requires a website for their business, we are providing a free website for them in PHP and MySQL (Laravel framework). Screenshots…
If you are working in Laravel, you might have noticed that majority of the developers save sensitive information like database credentials, SMTP settings and API…
In order to get an authentication user without using sanctum middleware in Laravel, you just need to pass the string “sanctum” in auth() method. Auth…
A file manager web app is created in Laravel and React JS. We offer free 10 MB storage so you can test this script. Test…
If you keep getting 403 forbidden error on your Laravel storage files and you want to know how to fix this, you have landed on…
If you are working in Laravel and want to get the size of uploaded file, you have come to the right place. Let’s say you…