support@codebucket.net

route

Laravel 8 Remove index php From URL Example

In this tutorial, I will show you how to remove index.php from the URL. This thing will be helpful in making your websit .....

Read more

How to prevent browser back button after user logout in Laravel?

It is a common things that after logout you should not go back to the previous page. But in your development journey you .....

Read more

How to Generate a Bearer Access Token Using Laravel Passport

Do you know about Laravel Passport and how to use it? If you don’t. This series of tutorials is only for you. In the pre .....

Read more

How to build API resources using Laravel

Do you know what is API resource in Laravel? If you don’t, I am here for you. API resource is a layer situated between o .....

Read more