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

Route API #4

Closed
hiennguyen92 opened this issue Jan 20, 2017 · 3 comments
Closed

Route API #4

hiennguyen92 opened this issue Jan 20, 2017 · 3 comments

Comments

@hiennguyen92
Copy link

How I can setup api route? I tried it returns 404

thanks.

@Hyleeh
Copy link
Contributor

Hyleeh commented Jan 22, 2017

Hi,

There are multiple ways you can define routes (anything you can do with Laravel is okay basically)

But best place to register them is under routes/site.php (do not change reactor.php)
The filename for route follows the theme, that's why you should use site.php for the site theme.

Reactor theme is for the CMS panel, common should not be changed also install is for installation routes...

If you define a new theme, you should create a routes/theme-name.php file to have the new routes for the theme.

One reason that if you still get 404 when you define routes under site.php is that Nuclear caches routes for optimized performance. So when you define a new route you should either re-cache them or clear the routes cache.

The way you do that is under Maintain Nuclear menu, following screenshots show where that option is

The maintenance menu:
screen shot 2017-01-22 at 15 40 19

Maintenance options:
screen shot 2017-01-22 at 15 40 24

If you have additional questions, feel free to ask

Best,

@Hyleeh Hyleeh closed this as completed Jan 22, 2017
@hiennguyen92
Copy link
Author

Thanks, after I clear the route cache it has been working.

@Hyleeh
Copy link
Contributor

Hyleeh commented Feb 11, 2017

No problem:) feel free to ask anything else

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

No branches or pull requests

2 participants