Questions tagged [laravel]

Laravel is an open-source, model–view–controller framework for PHP web development. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.

Laravel is an open-source, model–view–controller (MVC) framework for PHP web development released under The MIT License. Laravel helps you create applications using a simple and expressive syntax. The current Laravel version is 5.5 (which was released at August 30, 2017). The LTS (Long Term Support) release version is 5.5.

Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.

79 questions
22
votes
9 answers

Install laravel 5 on Ubuntu 16.04

Anyone installed laravel 5 on Ubuntu 16.04? I've just switched to Ubuntu 16.04 and I'm trying to install laravel 5 framework on it using composer. But every time I try to create a project it gives me this erros Your requirements could not be…
19
votes
2 answers

Can't use PHP extension Mcrypt in Ubuntu 13.10 (Nginx, PHP-FPM)

I installed a fresh Ubuntu 13.10 on my laptop. Like I usually do, I install the packages I need for Web development, which are nginx, php5-fpm, mysql, php5-mysql, php5-mcrypt and a few others. After editing some configuration files, this usually…
6
votes
2 answers

Mcrypt PHP extension required. Laravel, Xampp error

I'm having trouble with Ubuntu 14.04, Xampp and Laravel. I'm getting Mcrypt PHP extension required. Script php artisan clear-compiled handling the post-install-cmd event returned with an error when try to install laravel. I know there are several…
6
votes
2 answers

PHP Warning: Cannot load module "http" because required module "raphf" is not loaded in Unknown on line 0

When entering artisan commands in laravel- ubuntu 20.04 it shows following error PHP Warning: Cannot load module "http" because required module "raphf" is not loaded in Unknown on line 0 PHP version 8.1.1, Laravel 8 , Ubuntu 20.04 screen shot
hemil
  • 163
4
votes
2 answers

Laravel and apache2: 403 forbidden

I am trying to deploy my Laravel app in apache2 locally, however when trying to browse to http://myapp.localhost.com/ I am getting the following error: Forbidden You don't have permission to access / on this server. Apache/2.4.7 (Ubuntu) Server at…
dabadaba
  • 1,215
4
votes
2 answers

Install Laravel framework in ubuntu 14.04

I am using ubuntu 14.04. I have made setup LAMP. I came to know about Laravel framework. So I want to install it in my system. So can someone tell me how to install Laravel on my system? Any help and suggestions will be really appreciable.
newuser
  • 1,331
4
votes
1 answer

Surprising slowdown with Apache/NFS on Ubuntu 22.04.2

This question has been radically edited due to further investigation into the problem TL:DR; We have been running Apache on Ubuntu serving NFS pages for over 20 years now and a new emergent issue has us completely flummoxed - it started manifesting…
Konchog
  • 101
  • 2
  • 11
3
votes
2 answers

Can't permanently export PATH variable with custom path

I've installed composer and the laravel installer which is now located unter ~/.config/composer/vendor/bin. I want to use laravel directly as a command from anywhere, so I tried to add the directory to the $PATH variable. I probably could create a…
Musterknabe
  • 262
  • 3
  • 13
3
votes
2 answers

Existing laravel 4 project gives 404 in browser

I'm trying to set up a development environment on a virtual machine running Ubuntu 14.04 LTS using Nginx and HHVM. To do this, I followed the tutorial here. This goes well with a new installation of Laravel. But when I import an existing Laravel 4…
MisterBla
  • 81
  • 1
  • 7
3
votes
1 answer

With the release of Ubuntu Pro, Laravel Forge provisioned servers are left vulnerable

Since Canonical released Ubuntu Pro this year, they are now withholding some security patches for many common packages, including some that are included on Laravel Forge provisioned servers. I use AWS Inspector to monitor for vulnerabilities on my…
3
votes
1 answer

Php artisan migrate unable to access mysql database

This is similar to this question but my situation is a little different. I have laravel, composer, and valet running on Ubuntu 18.04. I'm trying to run php artisan migrate and it throws errors related to being unable to connect to the mysql…
qotsa42
  • 143
3
votes
3 answers

Unable to install php7.1-bcmath on ubuntu 17.10

I'm trying to install a Laravel package name bitwasp but this package depends on bcmath. Whenever I tried to install it gave me an error. Also I tried to install it using this command: sudo apt-get install php7.1-bcmath But whenever I do this, I…
2
votes
0 answers

Can't run Laravel apt on Ubuntu 22.04 because it uses OpenSSL 3

When I visit my Laravel site, I get the error: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000126:SSL routines::unexpected eof while reading I've searched and searched and found that OpenSSL 3 is the…
2
votes
2 answers

Filezilla cannot upload file on ftp on Ubuntu: 533 transfer failed

I have Laravel project on Ubuntu. Project is placed in /var/www/html/myproj. I have my local project on Windows and after some changes I want to upload MyController.php on Ubuntu. From Filezilla I get message: File couldn't be transferred On Ubuntu…
Robert
  • 123
  • 1
  • 4
2
votes
2 answers

How to update composer 1.6.3 to latest version 2.0.4?

I have tried to update my existing composer version in ubuntu. and I try to check the version but ubuntu say package not found. Then I again try sudo apt install composer to install composer. Now when I checked the composer's version. It shows 1.6.3…
1
2 3 4 5 6