Git Product home page Git Product logo

Comments (9)

farhanwazir avatar farhanwazir commented on May 25, 2024

Modification in description:
Routes::get loaded but second parameter not working. Below is code:
Route::get('people', function(){
return 'hello';
});

from l5modular.

farhanwazir avatar farhanwazir commented on May 25, 2024

Resolved: Problem was Authentication Controller, I was defined Route:controllers and leave blank alias auth to resolve url without auth; like www.example.com/login (without alias) now it is fine with alias.

from l5modular.

Artem-Schander avatar Artem-Schander commented on May 25, 2024

I would recommend to remove all unnecessary controllers (f.a. which are not in your modules)

from l5modular.

farhanwazir avatar farhanwazir commented on May 25, 2024

Not a single controller is unnecessary, Issue found and fixed.

Route::Controllers([
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController'
]);

Above is normalise way.

Route::Controllers([
'' => 'Auth\AuthController',
'password' => 'Auth\PasswordController'
]);

Above is abnormal way.

Hope this will help.

from l5modular.

wabsa avatar wabsa commented on May 25, 2024

I have the same issue when running it to my server, Centos 6.6 but on my local its working fine. Any idea? thanks

from l5modular.

farhanwazir avatar farhanwazir commented on May 25, 2024

Can u show me error?
On Sep 17, 2015 12:52 PM, "wabsa" [email protected] wrote:

I have the same issue when running it to my server, Centos 6.6 but on my
local its working fine. Any idea? thanks


Reply to this email directly or view it on GitHub
#1 (comment)
.

from l5modular.

wabsa avatar wabsa commented on May 25, 2024

here: #5

I think its in naming of module, in my cases modules are in small caps, I capitalized my the first letter as the same of the folder name of each modules.

from l5modular.

farhanwazir avatar farhanwazir commented on May 25, 2024

This is incomplete message.

from l5modular.

Artem-Schander avatar Artem-Schander commented on May 25, 2024

closing due to inactivity

from l5modular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.