Skip to main content

Questions tagged [laravel]

Filter by
Sorted by
Tagged with
0 votes
1 answer
118 views

I'm using Bagisto (Laravel-based eCommerce framework) to build my site, but I'm facing an SEO-related issue: None of the pages are showing tags when I inspect the page source. All pages appear to ...
Mineshop.eu mining hardware's user avatar
0 votes
1 answer
34 views

I have a gallery page featuring different users. Each user upload an image of themselves that is displayed on the gallery page. My problem is that I need to fit all the images to a set size of 250PX ...
Paul Kendal's user avatar
0 votes
1 answer
32 views

I am very new to development, learning just to make a project more efficient now, despite having a dream to be a developer I am too old to change from where I am. I had some content written on ...
Pablo Diego Pereira's user avatar
2 votes
1 answer
42 views

This question might be asked before in other ways but I couldn't file my answers. I followed these link1, and link2 but I couldn't get. My website is designed in Larave and Vuejs. Currently working on ...
Zia's user avatar
  • 121
1 vote
0 answers
101 views

I have a cron job in our CPANEL hosting. This is a laravel artisan command "queue:work". Now my problem is, the new code update is not reflecting unless I restart the command. I thought of ...
jreloz's user avatar
  • 111
1 vote
1 answer
293 views

I have a Laravel system hosted on AWS server(just example) - 3.75.56.104:8080. I also have a registered domain with a direct admin cpanel. How do I point AWS URL to the registered domain. So that when ...
user avatar
2 votes
1 answer
231 views

I am making a sitemap for a site made with Laravel and do not know if I am going the right way. I read an article from Google (https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#...
Bernardo Benini Fantin's user avatar
1 vote
0 answers
35 views

I'm learning web development and need to provide a simple CMS for a customer, with which he can manage his website. For now creating posts on his website is all he needs. There seem to be a ton of CMS ...
Artur Müller Romanov's user avatar
4 votes
0 answers
264 views

I'm currently facing a problem where a single vhost must serve two apps. One of them is WordPress, the other one is Laravel. I've managed to get it some kind of working using a URL prefix, but I can't ...
Jeffrey Ponsen's user avatar
2 votes
1 answer
4k views

I am new to hosting web apps online. I wanted to host an app in my subdomain eg departmennt1.example.com. I added the subdomain in cPanel. Located its directory in file manager. It happens that the ...
Othman's user avatar
  • 41
0 votes
0 answers
127 views

I'm currently working on a filter that can contain functionality such as search, sort, pagination, checkbox like in the following image. For now, I use Laravel and trust every functionality to the ...
galih indra 's user avatar
3 votes
1 answer
506 views

I am really fed up now. I am trying to get my xml sitemap to be read in Search Console but for past 1 months it saying it can't be fetched. Every time I submit the index sitemap its submits it with a ...
tehrijack's user avatar
3 votes
1 answer
2k views

I have a single app, which shares a large amount of code in PHP but which has 3 separate application-level folders depending on the domain name entered. IE: app.example.com is /apps/app-name/frontend ...
Chris Rutherfurd's user avatar
1 vote
2 answers
617 views

I have been trying to install phpmyadmin on the nginx server for laravel project, i have installed the phpmyadmin and setup the symlink to point /var/www/laravel/phpmyadmin. When i am trying to ...
Gouse Feroz's user avatar
2 votes
1 answer
31 views

We contracted a web developer to make a really simple 40 page website using PHP+Twig. They sent the site to me in a zip file and when I unzipped it, it took almost 45 minutes to unzip because it had ...
ZCT's user avatar
  • 121
4 votes
1 answer
5k views

I'm trying to submit my sitemap on my Google console but every time I add it, it keeps saying it couldn't fetch, I have uploaded my sitemap.xml into my domain root directory but still Google is not ...
kratosserver2008's user avatar
3 votes
1 answer
89 views

I have been working as a web developer for several years, fixing issues, errors, and increasing page load speed etc. but I'm kinda new to SEO and Google Search Console. I have a client who is using ...
Fareed Nema's user avatar
0 votes
1 answer
1k views

In namecheap.com, I have the following settings: Custom DNS: ns01.000webhost.com and ns02.000webhost.com How to link my own domain to mysite.000webhostapp.com with https connection i.e. https://...
Abdulkader's user avatar
1 vote
1 answer
97 views

We have an Internet marketplace project written in Laravel 5. We need to add a blog for this project. Which option is better from SEO perspective?: Extend the existing Laravel site by adding a ...
William Yanson's user avatar
1 vote
2 answers
2k views

I work at a company with a custom PHP framework we have built over the years. For the most our custom framework suits our needs and includes almost everything Laravel offers, however, our database ...
TroySteven's user avatar
2 votes
0 answers
174 views

I am new to ReactJS and Laravel and trying to build a web app using these both technologies. https://medium.com/@adelekandavid2013/reactjs-app-with-laravel-restful-api-endpoint-part-1-b3991dbf99f2 I ...
Syed Aqeel's user avatar
2 votes
1 answer
576 views

I've got one account at Hostpapa that I use to host multiple domains. The public folder is /public_html and underneath are folders for each domain. This results in /public_html ---/ beta ---/site....
DiscoFever's user avatar
6 votes
1 answer
15k views

I using this .htaccess code to direct all requests to Public directory: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> ...
DariusJu's user avatar
  • 106
2 votes
1 answer
2k views

My problem is that I don't know whether a GoDaddy shared server provides the following extensions which are required for Laravel 5.0? PHP >= 5.4 with all common Extension and also Mcrypt PHP Extension ...
Sandip Das's user avatar
4 votes
1 answer
1k views

I am using Angular JS app and serving snapshots for crawlers when they visit. Changes are inevitable and hence certain pages are to be moved permanently (Redirect 301). For example: www.domain.com/#!...
wfaa's user avatar
  • 73
1 vote
1 answer
666 views

So by default the index.php is in the public directory. I want to rewrite the url so that abc.com/public/ becomes abc.com/ ?? I am very new to url rewriting ..
user51934's user avatar
1 vote
1 answer
117 views

Is it possible to detect google chrome and firefox prerendering on the server side, or in .htaccess, and defer the prerendering for the purpose of monitoring traffic and website events, or do I need ...
Steve Stenzel's user avatar
2 votes
2 answers
999 views

I want to see all problems when a file can't loaded e.g. I used to do it but now I can't. The only thing I get when a problem occurs is Whoops, looks like something went wrong. How can I change this ...
Emre Doğan's user avatar