Questions tagged as 'laravel'

0
answers

WHERE Clause Inner Join [closed]

Well, I have a form that should be filtering the selected fields by searching the information directly in the database, however I do not know how to use the where clause, can anyone here help me or give me some tips? Thank you in advance. Not...
asked by 14.03.2016 / 18:18
1
answer

How to work with the $ http service of AngularJS in a synchronous way?

How to work with AngularJS $ http service in a synchronous way? In this case I am using AngularJS + Laravel and 3 tables to save a questionnaire (in which an evaluation has several questions, and each question has several items): evaluat...
asked by 15.02.2016 / 22:59
3
answers

URL Problem with Bar /

In Laravel it is very common to use friendly URLs and also very easy to use. The system is ready for this. However, I have a problem that I did not care about until now. And now I want to know why. I have a simple route for all my pages:...
asked by 11.11.2015 / 19:21
1
answer

Laravel 5.1 ERROR: FatalErrorException in Model.php line 852: Class 'App \ Vendor' not found

Good afternoon! I'm trying to relate two tables: Services and Suppliers, follow the templates created: Service Model use Illuminate\Database\Eloquent\Model; class Servico extends Model { protected $table = 'servico...
asked by 14.01.2016 / 20:15
0
answers

Is it Possible to Make Two Authentications on the Same Laravel Project?

In Laravel we have the Auth() function that works everywhere that an authentication needs. I'm developing a project that will have login to the Front End (for individual use of the client) and in the Back-End (in the site management sy...
asked by 03.03.2016 / 12:06
3
answers

Saving data with relationship (OneToMany) Lavarel 5.1

Good afternoon! I created an application in Laravel where I need to save the data of a certain product, it has a one-to-one relationship. I would like to know how best to do this. I am trying the way below but it is not working, it creates th...
asked by 06.12.2015 / 20:51
2
answers

500 server error after installing Laravel

I installed Laravel on Mac using Apache and PHP native to MAC. After installing the files from the APACHE folder I went to the browser and typed    localhost / laravel / public / And the following message came    Server Error 500    ...
asked by 18.11.2015 / 19:31
2
answers

Route does not execute controller method

Good afternoon. I have a problem with my php code developed in Laravel 4. I have a function in JavaScript that performs an action using $ .post and on success, calls another Javascript function, this second using $ .ajax. The two in .blade pages...
asked by 22.12.2015 / 19:01
3
answers

Error "Class Swift_KeyCache_SimpleKeyCacheInputStream does not exist"

I'm trying to send email with Laravel 5.1, but I get the message below every time.    ReflectionException in DependencyContainer.php line 309:   Class Swift_KeyCache_SimpleKeyCacheInputStream does not exist My composer.json file looks l...
asked by 23.09.2015 / 16:29
1
answer

Call Laravel method 4 using Angularjs

I have the following angular route structure: .when('/', { redirectTo: '/pages/signin' }) .when('/:page', { // we can enable ngAnimate and implement the fix here, but it's a bit laggy templateUrl: function($routeParams) { retu...
asked by 18.08.2015 / 18:38