Questions tagged as 'laravel'

1
answer

After adding / deleting my active tab-panel (Laravel)

I am developing an application where it is possible to include services in tab-panel and in the other tab-panel it is possible to save other information, however when saving the registry in tab-panel services, view re...
asked by 03.11.2016 / 21:26
0
answers

How to change the default name of columns in the Laravel users table

I'm interested in changing the default name of the columns for the users and password_reset table of Laravel 5.3. My question is, in which locations or configuration files should I replicate this change?     
asked by 08.11.2016 / 17:38
0
answers

Angular Routing 2 and laravel 5.3

I created an initial system (raw) of laravel 5.3 and managed to implement the angular 2.0 ... I put it to view the app.component in welcome.blade and it worked normal ... I have questions about how to do routing with angle 2 on laravel 5.3 ... I...
asked by 05.11.2016 / 16:03
1
answer

URL error on google search with Laravel

Personally, I have the following problem I developed this site here , if you go google and enter pass well contests him appears in the search engine quietly, but in the desktop version. Now if you try to access the mobile version on google it f...
asked by 11.10.2016 / 16:24
2
answers

Controller laravel 5

My next project structure: My ControllerLogin class is as follows: <?php use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Routing\Controller as BaseController; use Illuminate\Foundation\Validation\ValidatesRequests;...
asked by 04.10.2016 / 14:16
1
answer

How to bring the radio button checked with a Bank result

It looks like a simple thing but it's not working, I'm trying to get a radio button checked but it does not bring anything marked, the data is being returned from the bank, I've already done the test but the radio is not marked. In my Blade vi...
asked by 04.10.2016 / 06:11
1
answer

How do I use the same session in laravel for all subdomains?

I'm trying to login to a subdomain users.mydomain.com. To test the session, I'm just displaying what I type in the login field on the screen with the code in the controller: if($request->session()->has('session_login')) return view("w...
asked by 04.10.2016 / 15:16
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
0
answers

Laravel on a dedicated server

I'm trying to install laravel into a subfolder within public_html , within the folder where the application created the following .htaccess . <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !...
asked by 19.09.2016 / 21:27
0
answers

Change stopwords in the generation of slugs in October CMS

Is it possible to change the stopwords when generating a slug in October CMS? My problem is that by default it removes the words like: from , to , do , being that I'm going to use Portuguese, and need to remove words like...
asked by 23.09.2016 / 03:22