Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for lumen 5.3 #21

Closed
devSarry opened this issue Jan 15, 2017 · 3 comments
Closed

Update for lumen 5.3 #21

devSarry opened this issue Jan 15, 2017 · 3 comments

Comments

@devSarry
Copy link

Routs in 5.3 have moved wn:routes gives an error

  [Illuminate\Contracts\Filesystem\FileNotFoundException]
  File does not exist at path ./app/Http/routes.php
@webNeat
Copy link
Owner

webNeat commented Jan 18, 2017

Lumen 5.3.x is now supported.
adding new release soon

@webNeat webNeat closed this as completed Jan 18, 2017
@webNeat webNeat reopened this Jan 18, 2017
@webNeat
Copy link
Owner

webNeat commented Jan 18, 2017

version 1.3.0 released !

@webNeat webNeat closed this as completed Jan 18, 2017
@sajadghawami
Copy link

sajadghawami commented Dec 19, 2017

Still had an issue with this, had to change in /src/Commands/RouteCommands line from:

$routesPath = './routes/web.php';

to

$routesPath = '../routes/web.php';

And having that same issue for some other file paths...

Why not an absolute path? Something like:

$routesPath = $_SERVER['DOCUMENT_ROOT'] . '/routes/web.php';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants