All Questions
Tagged with web-development-server laravel
24 questions
0
votes
0
answers
61
views
How to Implement a Global Filter in Laravel That Persists Across Multiple Views?
I am building a laravel application to aid in reviewing my trades and I want to implement a global filtering bar that maintains its state across multiple pages.
For example, if I filter for trades in ...
-1
votes
1
answer
458
views
My website is in laravel 11 but it is not working on live server hostinger
I tried everything like adding .htaccess file in public_html so that it access public/ folder or change location of index.php but this error is not solving.
-2
votes
2
answers
7k
views
I am trying to run a laravel application but i am getting this error [duplicate]
My composer.json file
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "...
-2
votes
2
answers
93
views
How to avoid or make sure that entries in the table are unique while seeding a laravel table
I am building a lead management system using laravel10 and I had several tables like lead,individualLead,BusinessLead,Statuses,sources,etc The statuses table can have values like Cancelled,Pending,...
0
votes
2
answers
2k
views
Where can I find html pages in a Laravel application?
I am currently learning Laravel. I had a pre-built script and I need to do some changes in it to make it usable... But as much I learnt from the web, I understood that the routes are specified in the ...
0
votes
0
answers
403
views
Laravel serve ports keep changing
I'm developing an Api on Laravel that worked fine yesterday but today when i tested a feature, it said Api resource not found then I discover that per request, the port that artisan is served from ...
0
votes
2
answers
5k
views
Attempt to read property "id" on null LARAVEL8
I'm new to laravel and I'm learning it from laracast.
Here is my problem, I'm creating a comment form and it's php code looks like this:
<section class="col-span-8 col-start-5 mt-10 space-y-6&...
-1
votes
1
answer
174
views
Is there a way to make webpage update on reload
I am working on a web application using Laravel 8. Whenever I make any changes, they do not reflect immediately. I have to clear the views
php artisan view:clear
and cache
php artisan cache:clear
...
1
vote
1
answer
242
views
how to link a css file in laravel 8 layout and disable the base blade css?
in the base.blade.php layout i added this link:
<link rel="stylesheet" href="{{ asset('yes.css')}}">
but I'm using another layouts with different Css files so how can I ...
0
votes
1
answer
44
views
Laravel finding where two tables have matching values and displaying both to the view
Ok so the two tables are for a customer and a job associated with that customer. Both of the tables (jobs,customers) have location ids that links the two. In the view I am displaying all the jobs in a ...
-2
votes
1
answer
1k
views
Cloning Laravel GitHub Repository [closed]
I’m new in working with Laravel and I want to clone a GitHub Laravel project to see how it works. I executed the commands: git clone, composer install and php artisan serve. I do get the laravel ...
0
votes
1
answer
5k
views
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: No such host is known. Error in laravel 8 [duplicate]
When I am writing the php artisan migrate command then I have see something like this:-
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: No such host is known. (SQL: select * from ...
1
vote
0
answers
374
views
Laravel Email Verification Process
I am trying to set up the email verification with Laravel 7.x on our live server and getting some issues connecting. So, I can run simple Swift code along these lines:
try {
// ...
1
vote
2
answers
2k
views
How can I paginate products based on specific category laravel-7
I am trying to view retrieve all products in a category and also paginate them into pages.
I am be able to get all products inside any category and it works fine but when I try to paginate them it ...
0
votes
1
answer
530
views
Unknown Error for rich text editor Laravel Trix
I am new in Laravel, and I face this problem through
Is there any problem? I try to fix this many time but it still not work can someone help me, thank you in advance.
TermsAndPolicycontroller
public ...