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.

72 questions
1
vote
0 answers

After install of Laravel in Ubuntu on enter command php artisan ser failed to open stream:

php artisan ser PHP Warning: require(/home/ritesh/Desktop/blog/vendor/autoload.php): failed to open stream: No such file or directory in /home/ritesh/Desktop/blog/artisan on line 18 PHP Fatal error: require(): Failed opening required…
Ritesh Toppo
  • 111
  • 3
-1
votes
1 answer

Error after install Laravel Dusk

Laravel Dusk show this error in every project:
user900181
-2
votes
3 answers

Laravel Framework

I am trying to run my Laravel project and they give me the error shown in the screenshot: How can I solve this issue?