Questions tagged as 'laravel-rotas'

1
answer

Laravel / Angular Routes $ routeProvider

I have something like this in the app.js of my application: app.config( function( $routeProvider ) { $routeProvider.when('evento/:id/:caminho', { templateUrl: 'views/evento.html', controller: 'PrincipalEventoController'...
asked by 10.10.2015 / 14:21
1
answer

Laravel dynamic route

I have the following question. Is it correct to create a dynamic route to return my views, or do I have to create a route for each controller and return the proper view? Example of the code I'm using route file Route::get('/{url?}/{url2?...
asked by 09.10.2018 / 23:13
1
answer

RouteCollection.php line 161

I developed a PHP application using Laravel on a computer, when I copied this same project to another computer and run the same, the following error occurs:    NotFoundHttpException in   C: \ wamp64 \ www \ FindPet \ vendor \ laravel...
asked by 15.10.2016 / 01:57
1
answer

How can I access a Project path (URL) written in Laravel from another project (URL) that does not use Laravel?

Let's say I have myApp1.com and myApp2.com , and that only the second project is written in Laravel. My question is: Considering that myApp2.com has login authentication, would it be possible to create a link in myAp...
asked by 03.08.2016 / 20:39
1
answer

How to make Wamp design for Lamp

I have a laravel project that I finished done in Windows (wampserver) using Laravel 5.2 in php 5.5.12 working perfectly. I would like to know how to copy it to the server that is in CentOS 7. What is PHP 7. If I install Laravel on it it will...
asked by 23.10.2017 / 15:50