Hello, I'm new at Laravel. I'm getting 404 page not found and have no idea why. My routes list, as y...
How do I deploy the laravel project in shared hosting with multi-domain hosting?
I wanna generate ID like CUST-00001, CUST-00002 like this and product code like P-0001, P-0002, M-00...
i deployed my Laravel project to hosting but users cant see pictures in website. and we all get this...
Hi, I'm getting this warning when I try to create a Laravel project. Can anyone help me to resolve...
Hello all, I have two apps made with 2 separate Laravels. Can I share the user sessions? If I login...
Below is the log getting printed when an exception occurs in application: "message" =>...
I installed a vue on laravel7. But npm run dev give this error: @ development: cross-env NODE_ENV=de...
I am using laravel 5.8 _I want to create an app that let user to register and logged in using only p...
I have a disclosure form that I only need to validate 2 fields out of six based on if the required q...
Hello I am new to Laravel framework. My application is implemented on core PHP.We are planning to i...
So I have creted my group in web.php `Route::redirect('/', '/it'); Route::group(['prefix' => '{lo...
[hello thank you for explaining if there is a solution, already try several things like composer upd...
Hello, I have started my first Laravel 7 project. If I want to start a database with it I get an err...
Hello, I am facing a stranger issue which is recover password email is not working in Application bu...
I have created the middleware to add the authorization header (Bearer token) for every API request....
I have a project in Laravel + Vue. In Laravel i have some routes for create endpoints and start page...
Hello, I made the huge mistake of ugprading my app to laravel 7 and since then I haven't be able to...