Skip to content

Udemy course project on building real world api with laravel

Notifications You must be signed in to change notification settings

gahoctot/udemy-laravel-restfulapi

 
 

Repository files navigation

Running Project

  1. Start Project On Virtual Machine vagrant up
  2. URL restfulapi.test

Nginx 502 Bad Gateway On Vagrant VM

  1. Open xdebug.ini file

sudo nano /etc/php/7.3/mods-available/xdebug.ini

  1. prefix all lines with ;
;zend_extension=xdebug.so
;xdebug.remote_enable = 1
;xdebug.remote_connect_back = 1
;xdebug.remote_port = 9000
;xdebug.max_nesting_level = 512
  1. Restart Nginx

sudo service nginx restart

  1. Restart PHP FPM

sudo service php7.3-fpm restart

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Udemy course project on building real world api with laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.4%
  • PHP 23.5%
  • Other 1.1%