-
Notifications
You must be signed in to change notification settings - Fork 24.5k
[Liferaft] Custom namespaces for routes #3018
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
Conversation
Eloquent and Seeder were used to extend from which is a bad practice. The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait. Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like. I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well.
…iases Remove classes from aliases list
Convert "language" files php 5.4 arrays
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Fix for the Auth filter and docblock stuff for CSRF filter.
if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path.
[bug] Auth filter still redirects to /login not auth/login
Updated Eloquent to Eloquent\Model
Spellcheck
With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
Fix dependency
This should have been sent to the develop branch so we can easily see the changes you've actually made. |
Sorry @GrahamCampbell, my bad.
|
@GrahamCampbell please, see this: laravel/framework#5740 |
and also, this #3021 . i will close this issue since the others are better structured |
Method URL::setRootControllerNamespace is not working yet
each one of those have a setRootControllerNamespace call and
it does not make effect on anyone, since the method is not taken into
consideration since $this->namespaced only read the configs